Spaces:
Running
Running
Manual changes saved
Browse files- index.html +0 -98
index.html
CHANGED
|
@@ -1,98 +0,0 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="en">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Melters Chocolate - Artisan Hot Chocolate Handmade in Northern Ireland</title>
|
| 7 |
-
<link rel="stylesheet" href="style.css">
|
| 8 |
-
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
-
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
-
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
-
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Assistant:wght@300;400;600;700&display=swap" rel="stylesheet">
|
| 12 |
-
</head>
|
| 13 |
-
<body class="bg-creamy-white font-assistant">
|
| 14 |
-
<!-- Header Component -->
|
| 15 |
-
<custom-header></custom-header>
|
| 16 |
-
|
| 17 |
-
<!-- Hero Section -->
|
| 18 |
-
<section class="relative h-screen flex items-center justify-center bg-cover bg-center" style="background-image: url('http://static.photos/food/1200x630/42')">
|
| 19 |
-
<div class="absolute inset-0 bg-deep-cocoa opacity-40"></div>
|
| 20 |
-
<div class="relative z-10 text-center text-white px-4 max-w-4xl">
|
| 21 |
-
<h1 class="font-dancing text-6xl md:text-8xl mb-6">Pure Indulgence</h1>
|
| 22 |
-
<p class="text-xl md:text-2xl mb-8">Artisan Hot Chocolate Handmade in Northern Ireland</p>
|
| 23 |
-
<p class="text-lg md:text-xl mb-10 italic">"Made for pure melt-in-the-mouth moments"</p>
|
| 24 |
-
<a href="#products" class="btn-luxury px-9 py-4 text-lg font-semibold">
|
| 25 |
-
Explore The Range
|
| 26 |
-
</a>
|
| 27 |
-
</div>
|
| 28 |
-
</section>
|
| 29 |
-
|
| 30 |
-
<!-- Value Propositions -->
|
| 31 |
-
<section class="py-16 bg-white">
|
| 32 |
-
<div class="container mx-auto px-4">
|
| 33 |
-
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center">
|
| 34 |
-
<div class="flex flex-col items-center">
|
| 35 |
-
<i data-feather="coffee" class="text-luxury-gold w-12 h-12 mb-4"></i>
|
| 36 |
-
<h3 class="font-semibold text-deep-cocoa">Premium Cocoa</h3>
|
| 37 |
-
</div>
|
| 38 |
-
<div class="flex flex-col items-center">
|
| 39 |
-
<i data-feather="leaf" class="text-luxury-gold w-12 h-12 mb-4"></i>
|
| 40 |
-
<h3 class="font-semibold text-deep-cocoa">Vegan Friendly Options</h3>
|
| 41 |
-
</div>
|
| 42 |
-
<div class="flex flex-col items-center">
|
| 43 |
-
<i data-feather="heart" class="text-luxury-gold w-12 h-12 mb-4"></i>
|
| 44 |
-
<h3 class="font-semibold text-deep-cocoa">Family Run</h3>
|
| 45 |
-
</div>
|
| 46 |
-
<div class="flex flex-col items-center">
|
| 47 |
-
<i data-feather="map-pin" class="text-luxury-gold w-12 h-12 mb-4"></i>
|
| 48 |
-
<h3 class="font-semibold text-deep-cocoa">Made in Northern Ireland</h3>
|
| 49 |
-
</div>
|
| 50 |
-
</div>
|
| 51 |
-
</div>
|
| 52 |
-
</section>
|
| 53 |
-
|
| 54 |
-
<!-- Products Section -->
|
| 55 |
-
<section id="products" class="py-16 bg-creamy-white">
|
| 56 |
-
<div class="container mx-auto px-4">
|
| 57 |
-
<h2 class="font-dancing text-4xl md:text-5xl text-center text-deep-cocoa mb-12">Best Sellers</h2>
|
| 58 |
-
<div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 gap-8" id="products-grid">
|
| 59 |
-
<!-- Products will be loaded here by JavaScript -->
|
| 60 |
-
</div>
|
| 61 |
-
</div>
|
| 62 |
-
</section>
|
| 63 |
-
|
| 64 |
-
<!-- Testimonials -->
|
| 65 |
-
<section class="py-16 bg-white">
|
| 66 |
-
<div class="container mx-auto px-4">
|
| 67 |
-
<h2 class="font-dancing text-4xl text-center text-deep-cocoa mb-12">Let customers speak for us</h2>
|
| 68 |
-
<div class="max-w-4xl mx-auto">
|
| 69 |
-
<div class="bg-creamy-white p-8 rounded-lg shadow-lg">
|
| 70 |
-
<div class="flex justify-center mb-4 luxury-stars text-luxury-gold">
|
| 71 |
-
<i data-feather="star" class="w-6 h-6 fill-current"></i>
|
| 72 |
-
<i data-feather="star" class="w-6 h-6 fill-current"></i>
|
| 73 |
-
<i data-feather="star" class="w-6 h-6 fill-current"></i>
|
| 74 |
-
<i data-feather="star" class="w-6 h-6 fill-current"></i>
|
| 75 |
-
<i data-feather="star" class="w-6 h-6 fill-current"></i>
|
| 76 |
-
</div>
|
| 77 |
-
<p class="text-center text-lg italic text-gray-700 mb-4">
|
| 78 |
-
"Absolutely divine! The rich, creamy texture and authentic chocolate flavor are unparalleled. My new favorite indulgence!"
|
| 79 |
-
</p>
|
| 80 |
-
<p class="text-center text-deep-cocoa font-semibold">- Sarah M.</p>
|
| 81 |
-
</div>
|
| 82 |
-
</div>
|
| 83 |
-
</div>
|
| 84 |
-
</section>
|
| 85 |
-
|
| 86 |
-
<!-- Footer Component -->
|
| 87 |
-
<custom-footer></custom-footer>
|
| 88 |
-
|
| 89 |
-
<!-- Component Scripts -->
|
| 90 |
-
<script src="components/header.js"></script>
|
| 91 |
-
<script src="components/footer.js"></script>
|
| 92 |
-
<script src="script.js"></script>
|
| 93 |
-
<script>
|
| 94 |
-
feather.replace();
|
| 95 |
-
</script>
|
| 96 |
-
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
| 97 |
-
</body>
|
| 98 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|