matcha-muse / index.html
ayoubb321's picture
You are a Senior Web Architect tasked with designing a premium, high-conversion Matcha website. The goal is to create a visually refined, modern experience that communicates purity, craftsmanship, and calm luxury. Follow the provided structural blueprint and reference image precisely, translating it into a polished, conversion-optimized layout with strong visual hierarchy, generous white space, and intentional motion. Every design decision should reinforce trust, quality, and desire while guiding users smoothly toward purchase.
4535ed3 verified
Raw
History Blame Contribute Delete
14.1 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matcha Muse</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body class="bg-cream font-sans">
<!-- Header -->
<header class="bg-forest py-6 px-4 md:px-8">
<div class="container mx-auto flex justify-between items-center">
<div class="text-white text-2xl font-serif">MATON</div>
<nav class="hidden md:flex space-x-8">
<a href="#" class="text-white text-sm hover:text-lime">Home</a>
<a href="#" class="text-white text-sm hover:text-lime">Products</a>
<a href="#" class="text-white text-sm hover:text-lime">Testimonial</a>
</nav>
<div class="flex items-center space-x-4">
<a href="#" class="text-white text-sm hover:text-lime">Sign In</a>
<a href="#" class="text-white">
<i data-feather="shopping-cart" class="w-5 h-5"></i>
</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="bg-forest py-16 px-4">
<div class="container mx-auto grid grid-cols-1 md:grid-cols-3 gap-8 items-center">
<!-- Left Column -->
<div class="text-white">
<h3 class="text-lime text-sm uppercase tracking-wider mb-2">Free Starter Kits</h3>
<p class="text-sm mb-4">Get a taste of premium matcha with our curated starter kit.</p>
<div class="flex space-x-2 mb-4">
<div class="w-10 h-10 rounded-full bg-cream"></div>
<div class="w-10 h-10 rounded-full bg-cream"></div>
<div class="w-10 h-10 rounded-full bg-cream"></div>
</div>
<p class="text-xs italic">和風の美しさと伝統</p>
</div>
<!-- Center Column -->
<div class="relative">
<h1 class="text-4xl md:text-5xl text-white font-serif text-center mb-8">Best Matcha in Town</h1>
<div class="relative">
<img src="http://static.photos/food/640x360/123" alt="Matcha Bowl" class="w-full rounded-full border-8 border-cream">
<div class="absolute top-1/4 left-1/4 w-4 h-4 bg-lime rounded-full"></div>
<div class="absolute bottom-1/3 right-1/4 w-4 h-4 bg-lime rounded-full"></div>
</div>
</div>
<!-- Right Column -->
<div class="text-white text-center md:text-right">
<h3 class="text-lime text-sm uppercase tracking-wider mb-2">Premium Matcha</h3>
<p class="text-sm mb-4">Crafted from shade-grown tea leaves for a rich umami flavor.</p>
<p class="text-xs mb-6">30gr</p>
<button class="bg-lime text-forest px-6 py-3 rounded-full font-medium hover:bg-opacity-90 transition">Add to Cart</button>
</div>
</div>
</section>
<!-- Starter Kit Feature -->
<section class="py-16 px-4 bg-cream">
<div class="container mx-auto">
<div class="relative mb-12">
<img src="http://static.photos/food/1200x630/456" alt="Starter Kit" class="w-full rounded-lg">
<div class="absolute top-4 left-4 bg-white p-4 rounded-lg shadow-md">
<h3 class="font-serif text-xl mb-2">Starter Kit</h3>
<p class="text-3xl font-bold text-forest">$25</p>
</div>
<div class="absolute bottom-4 left-4 bg-white p-3 rounded-lg shadow-md">
<h4 class="font-medium">Ceramic Mug</h4>
<p class="text-sm text-gray-600">Traditional matcha cup</p>
</div>
<div class="absolute top-1/3 right-4 bg-white p-3 rounded-lg shadow-md">
<h4 class="font-medium">Bamboo Whisk</h4>
<p class="text-sm text-gray-600">Authentic chasen</p>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section class="py-16 px-4 bg-cream">
<div class="container mx-auto">
<h2 class="text-3xl font-serif text-center mb-12">Experience Wellness with Every Sip</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
<div class="relative">
<img src="http://static.photos/health/640x360/789" alt="Antioxidant" class="w-full rounded-lg">
<div class="absolute bottom-4 left-4 bg-white px-4 py-2 rounded-full">
<span class="font-medium">Antioxidant</span>
</div>
</div>
<div class="relative">
<img src="http://static.photos/wellness/640x360/101" alt="Relax & Focus" class="w-full rounded-lg">
<div class="absolute bottom-4 left-4 bg-white px-4 py-2 rounded-full">
<span class="font-medium">Relax & Focus</span>
</div>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
<div>
<div class="w-16 h-16 rounded-full bg-lime mx-auto mb-4 flex items-center justify-center">
<i data-feather="coffee" class="text-forest"></i>
</div>
<h3 class="font-medium mb-2">Rich Flavor & Vibrant Color</h3>
<p class="text-gray-600 text-sm">Bright green hue and smooth taste</p>
</div>
<div>
<div class="w-16 h-16 rounded-full bg-lime mx-auto mb-4 flex items-center justify-center">
<i data-feather="globe" class="text-forest"></i>
</div>
<h3 class="font-medium mb-2">Authentic Japanese Matcha</h3>
<p class="text-gray-600 text-sm">Sourced directly from Uji, Japan</p>
</div>
<div>
<div class="w-16 h-16 rounded-full bg-lime mx-auto mb-4 flex items-center justify-center">
<i data-feather="heart" class="text-forest"></i>
</div>
<h3 class="font-medium mb-2">Health & Sustainability</h3>
<p class="text-gray-600 text-sm">Organic and eco-friendly practices</p>
</div>
</div>
</div>
</section>
<!-- Product Collection -->
<section class="py-16 px-4 bg-cream">
<div class="container mx-auto">
<h2 class="text-3xl font-serif text-center mb-12">Discover the World of Matcha</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
<div class="space-y-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="font-medium mb-2">Culinary Grade</h3>
<p class="text-sm text-gray-600 mb-4">Perfect for baking and cooking</p>
<p class="font-bold">$18</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="font-medium mb-2">Premium Culinary</h3>
<p class="text-sm text-gray-600 mb-4">Enhanced flavor profile</p>
<p class="font-bold">$24</p>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-sm flex flex-col items-center text-center">
<img src="http://static.photos/food/320x240/234" alt="Ceremonial Grade" class="w-48 h-48 rounded-full mb-6">
<h3 class="text-xl font-medium mb-2">Ceremonial Grade Matcha</h3>
<p class="text-gray-600 mb-4">Highest quality for traditional tea</p>
<p class="text-2xl font-bold mb-6">$32</p>
<button class="bg-lime text-forest px-6 py-3 rounded-full font-medium hover:bg-opacity-90 transition">Add to Cart</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
<div class="bg-white p-6 rounded-lg shadow-sm text-center">
<img src="http://static.photos/food/200x200/345" alt="Whisk" class="w-24 h-24 mx-auto mb-4">
<h3 class="font-medium mb-2">Bamboo Whisk</h3>
<p class="text-2xl font-bold">$12</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm text-center">
<img src="http://static.photos/food/200x200/456" alt="Mug" class="w-24 h-24 mx-auto mb-4">
<h3 class="font-medium mb-2">Ceramic Mug</h3>
<p class="text-2xl font-bold">$18</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm text-center">
<img src="http://static.photos/food/200x200/567" alt="Teapot" class="w-24 h-24 mx-auto mb-4">
<h3 class="font-medium mb-2">Glass Teapot</h3>
<p class="text-2xl font-bold">$28</p>
</div>
</div>
<div class="text-center">
<button class="bg-forest text-white px-8 py-4 rounded-full font-medium hover:bg-opacity-90 transition">Explore All Products</button>
</div>
</div>
</section>
<!-- Essentials Section -->
<section class="py-16 px-4 bg-cream">
<div class="container mx-auto">
<h2 class="text-3xl font-serif text-center mb-12">Matcha Pairing Essentials</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
<img src="http://static.photos/food/640x360/678" alt="Latte Mix" class="w-full">
<div class="p-6">
<h3 class="text-xl font-medium mb-2">Matcha Latte Mix</h3>
<p class="text-gray-600 mb-4">Creamy blend for perfect lattes</p>
<p class="text-2xl font-bold">$16</p>
</div>
</div>
<div class="bg-white rounded-lg shadow-sm overflow-hidden">
<img src="http://static.photos/food/640x360/789" alt="Cake Powder" class="w-full">
<div class="p-6">
<h3 class="text-xl font-medium mb-2">Matcha Cake Powder</h3>
<p class="text-gray-600 mb-4">Finely milled for baking</p>
<p class="text-2xl font-bold">$20</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer CTA -->
<footer class="bg-forest py-16 px-4">
<div class="container mx-auto grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-3xl text-white font-serif mb-6">Save up to 50% or more on matcha powder</h2>
<button class="bg-lime text-forest px-8 py-4 rounded-full font-medium hover:bg-opacity-90 transition">Shop Now</button>
</div>
<div class="relative">
<img src="http://static.photos/food/640x360/890" alt="Matcha Pour" class="w-full rounded-lg">
<div class="absolute -bottom-6 -right-6 w-32 h-32 rounded-full border-4 border-lime"></div>
</div>
</div>
<div class="container mx-auto mt-16 pt-8 border-t border-gray-700">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-white text-lg mb-4">Contact</h3>
<p class="text-gray-300 text-sm">hello@maton.com</p>
<p class="text-gray-300 text-sm">+1 (555) 123-4567</p>
</div>
<div>
<h3 class="text-white text-lg mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 text-sm hover:text-lime">About Us</a></li>
<li><a href="#" class="text-gray-300 text-sm hover:text-lime">Shipping</a></li>
<li><a href="#" class="text-gray-300 text-sm hover:text-lime">Returns</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-lg mb-4">Legal</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 text-sm hover:text-lime">Privacy Policy</a></li>
<li><a href="#" class="text-gray-300 text-sm hover:text-lime">Terms of Service</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-lg mb-4">Follow Us</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-300 hover:text-lime">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-lime">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
<div class="mt-12 text-center text-gray-400 text-sm">
<p>© 2023 MATON. All rights reserved.</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>