Home
<!-- ===== HERO SECTION ===== -->
<div style="position: relative; background: #111; color: #fff; text-align: center; padding: 120px 20px; background-image: url('https://via.placeholder.com/1600x700'); background-size: cover; background-position: center;">
<div style="position: absolute; inset: 0; background: rgba(0,0,0,0.55);"></div>
<div style="position: relative; z-index: 1; max-width: 750px; margin: 0 auto;">
<p style="text-transform: uppercase; letter-spacing: 3px; font-size: 0.9rem; color: #ccc; margin-bottom: 15px;">New Collection 2025</p>
<h1 style="font-size: 3.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px;">Elevate Your Everyday Style</h1>
<p style="font-size: 1.1rem; color: #ddd; margin-bottom: 35px;">Discover premium quality products crafted for those who appreciate the finer things in life.</p>
<div style="display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;">
<a href="/collections/all" style="padding: 15px 35px; background: #fff; color: #111; font-weight: bold; border-radius: 8px; text-decoration: none; letter-spacing: 1px;">SHOP NOW</a>
<a href="/pages/about" style="padding: 15px 35px; border: 2px solid #fff; color: #fff; font-weight: bold; border-radius: 8px; text-decoration: none; letter-spacing: 1px;">LEARN MORE</a>
</div>
</div>
</div>
<!-- ===== ANNOUNCEMENT BAR ===== -->
<div style="background: #e63946; color: #fff; text-align: center; padding: 12px 20px; font-size: 0.95rem; letter-spacing: 1px;">
🚚 FREE SHIPPING on orders over $50 | Use code <strong>WELCOME10</strong> for 10% off your first order
</div>
<!-- ===== FEATURED CATEGORIES ===== -->
<div style="max-width: 1100px; margin: 70px auto; padding: 0 20px; text-align: center;">
<p style="text-transform: uppercase; letter-spacing: 3px; color: #888; font-size: 0.85rem;">Browse By</p>
<h2 style="font-size: 2rem; margin-bottom: 40px;">Shop Categories</h2>
<div style="display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;">
<a href="/collections/category-1" style="text-decoration: none; flex: 1; min-width: 220px; max-width: 320px;">
<div style="position: relative; border-radius: 12px; overflow: hidden;">
<img src="https://via.placeholder.com/400x300" alt="Category 1" style="width: 100%; height: 220px; object-fit: cover; display: block;">
<div style="position: absolute; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center;">
<h3 style="color: #fff; font-size: 1.4rem; margin: 0;">Category One</h3>
</div>
</div>
</a>
<a href="/collections/category-2" style="text-decoration: none; flex: 1; min-width: 220px; max-width: 320px;">
<div style="position: relative; border-radius: 12px; overflow: hidden;">
<img src="https://via.placeholder.com/400x300" alt="Category 2" style="width: 100%; height: 220px; object-fit: cover; display: block;">
<div style="position: absolute; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center;">
<h3 style="color: #fff; font-size: 1.4rem; margin: 0;">Category Two</h3>
</div>
</div>
</a>
<a href="/collections/category-3" style="text-decoration: none; flex: 1; min-width: 220px; max-width: 320px;">
<div style="position: relative; border-radius: 12px; overflow: hidden;">
<img src="https://via.placeholder.com/400x300" alt="Category 3" style="width: 100%; height: 220px; object-fit: cover; display: block;">
<div style="position: absolute; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center;">
<h3 style="color: #fff; font-size: 1.4rem; margin: 0;">Category Three</h3>
</div>
</div>
</a>
</div>
</div>
<!-- ===== FEATURED PRODUCTS ===== -->