<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="JPEG360 is a Seattle-based creative agency specializing in web design, branding, and content for businesses ready to grow." />
<title>JPEG360 | Web Design & Brand Studio</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- HERO SECTION -->
<section class="hero">
<div class="container">
<h1>Design That Moves Faster Than Your Competition</h1>
<p>Websites, content, and systems built for growth. Based in Seattle. Trusted by bold brands everywhere.</p>
<a href="#contact" class="btn">Start Your Project</a>
</div>
</section>
<!-- SERVICES SECTION -->
<section class="services">
<div class="container">
<h2>What We Do</h2>
<div class="service-grid">
<div class="service">Custom Website Design</div>
<div class="service">Brand Identity & Logo</div>
<div class="service">App UI/UX Design</div>
<div class="service">Content Creation</div>
<div class="service">SEO Optimization</div>
<div class="service">Funnels & Landing Pages</div>
</div>
</div>
</section>
<!-- PORTFOLIO SECTION -->
<section class="portfolio">
<div class="container">
<h2>Recent Projects</h2>
<div class="portfolio-items">
<!-- Placeholder thumbnails -->
<div class="item">Project 1</div>
<div class="item">Project 2</div>
<div class="item">Project 3</div>
</div>
</div>
</section>
<!-- PROCESS SECTION -->
<section class="process">
<div class="container">
<h2>Our Process</h2>
<ol>
<li><strong>Discover:</strong> We learn your vision and goals.</li>
<li><strong>Design & Build:</strong> Custom-crafted digital experience.</li>
<li><strong>Launch & Grow:</strong> We go live and support your next moves.</li>
</ol>
</div>
</section>
<!-- TESTIMONIALS SECTION -->
<section class="testimonials">
<div class="container">
<h2>What Clients Say</h2>
<blockquote>
“JPEG360 transformed our outdated site into a powerful sales tool. Fast, clean, and beautiful.”<br>
<cite>— Alex T., Startup Founder</cite>
</blockquote>
</div>
</section>
<!-- CTA SECTION -->
<section class="cta">
<div class="container">
<h2>Ready to build something bold?</h2>
<a href="#contact" class="btn">Let’s Talk Today</a>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="container">
<p>© 2025 JPEG360. Built in Seattle. Powered by DFL Ventures.</p>
</div>
</footer>
</body>
</html>