File size: 17,563 Bytes
61cfbd4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76d37a7
61cfbd4
 
 
 
 
 
 
 
 
 
76d37a7
 
61cfbd4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f778f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ELMA | Authentic Greek Mastic Gum</title>
    <meta name="description" content="Premium Greek mastic gum from Chios. Natural wellness, lasting freshness, and digestive benefits in every chew.">
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: '#f97316',
                        gold: '#d4af37',
                        dark: '#1e293b',
                    }
                }
            }
        }
    </script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');
        body {
            font-family: 'Inter', sans-serif;
        }
        .font-serif {
            font-family: 'Playfair Display', serif;
        }
        .hero-bg {
            background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 100%), url('http://static.photos/nature/1200x630/42') center/cover no-repeat;
        }
        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .product-card {
            transition: all 0.3s ease;
        }
        .product-card:hover {
            transform: scale(1.03);
        }
    </style>
</head>
<body class="bg-white text-slate-700">
    <!-- Navigation -->
    <nav class="bg-white border-b border-gray-100 fixed w-full z-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <a href="index.html" class="flex items-center">
                        <span class="font-serif text-xl font-bold text-dark">Callia</span>
                    </a>
                </div>
                <div class="hidden md:flex items-center space-x-8">
                    <a href="index.html" class="text-dark hover:text-primary transition">Home</a>
                    <a href="product.html" class="text-dark hover:text-primary transition">Product</a>
                    <a href="about.html" class="text-dark hover:text-primary transition">About</a>
                    <a href="faq.html" class="text-dark hover:text-primary transition">FAQ</a>
                    <a href="product.html" class="bg-primary text-white px-4 py-2 rounded-full hover:bg-opacity-90 transition">Shop Now</a>
                </div>
                <div class="md:hidden flex items-center">
                    <button id="mobile-menu-button" class="text-dark">
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
        <!-- Mobile menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-100 py-4 px-4">
            <a href="index.html" class="block py-2 text-dark hover:text-primary transition">Home</a>
            <a href="product.html" class="block py-2 text-dark hover:text-primary transition">Product</a>
            <a href="about.html" class="block py-2 text-dark hover:text-primary transition">About</a>
            <a href="faq.html" class="block py-2 text-dark hover:text-primary transition">FAQ</a>
            <a href="product.html" class="mt-2 inline-block bg-primary text-white px-4 py-2 rounded-full hover:bg-opacity-90 transition">Shop Now</a>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="hero-bg pt-24 pb-16 md:pt-32 md:pb-24 relative z-10">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid md:grid-cols-2 gap-12 items-center">
                <div class="order-2 md:order-1" data-aos="fade-right">
                    <h1 class="font-serif text-4xl md:text-5xl font-bold text-dark mb-6">ELMA Authentic Greek Mastic Gum</h1>
                    <p class="text-lg text-slate-600 mb-8">Natural Wellness, Lasting Freshness from the island of Chios</p>
                    <div class="flex flex-col sm:flex-row gap-4">
                        <a href="product.html" class="bg-primary text-white px-6 py-3 rounded-full hover:bg-opacity-90 transition text-center font-medium">Shop Now</a>
                        <a href="#benefits" class="border border-dark text-dark px-6 py-3 rounded-full hover:bg-gray-50 transition text-center font-medium">Learn More</a>
                    </div>
                </div>
                <div class="order-1 md:order-2 flex justify-center relative z-20" data-aos="fade-left">
                    <img src="https://huggingface.co/spaces/thorpz/callia/resolve/main/images/Screenshot 2025-09-05 at 9.18.11 am copy.png" alt="ELMA Mastic Gum Tin" class="rounded-lg shadow-xl w-full max-w-md">
                </div>
            </div>
        </div>
    </section>

    <!-- Benefits Section -->
    <section id="benefits" class="py-16 bg-gray-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-4">The ELMA Difference</h2>
                <p class="max-w-2xl mx-auto text-slate-600">Experience the ancient wellness secret from the island of Chios</p>
            </div>
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                <div class="benefit-card bg-white p-6 rounded-xl shadow-sm transition duration-300" data-aos="fade-up" data-aos-delay="100">
                    <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
                        <i data-feather="activity" class="text-primary"></i>
                    </div>
                    <h3 class="font-bold text-lg mb-2">Jawline Definition</h3>
                    <p class="text-slate-600">Naturally exercises facial muscles for a more defined appearance.</p>
                </div>
                <div class="benefit-card bg-white p-6 rounded-xl shadow-sm transition duration-300" data-aos="fade-up" data-aos-delay="200">
                    <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
                        <i data-feather="clock" class="text-primary"></i>
                    </div>
                    <h3 class="font-bold text-lg mb-2">Long-Lasting</h3>
                    <p class="text-slate-600">One piece lasts for hours without losing its texture or flavor.</p>
                </div>
                <div class="benefit-card bg-white p-6 rounded-xl shadow-sm transition duration-300" data-aos="fade-up" data-aos-delay="300">
                    <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
                        <i data-feather="heart" class="text-primary"></i>
                    </div>
                    <h3 class="font-bold text-lg mb-2">Digestive Aid</h3>
                    <p class="text-slate-600">Traditionally used to support gut health and digestion.</p>
                </div>
                <div class="benefit-card bg-white p-6 rounded-xl shadow-sm transition duration-300" data-aos="fade-up" data-aos-delay="400">
                    <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
                        <i data-feather="award" class="text-primary"></i>
                    </div>
                    <h3 class="font-bold text-lg mb-2">Authentic</h3>
                    <p class="text-slate-600">Directly sourced from Chios, Greece, the only place where true mastic grows.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-12" data-aos="fade-up">
                <h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-4">Loved by Wellness Seekers</h2>
                <p class="max-w-2xl mx-auto text-slate-600">What our customers say about ELMA</p>
            </div>
            <div class="grid md:grid-cols-3 gap-8">
                <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="100">
                    <div class="flex items-center mb-4">
                        <div class="flex -space-x-2">
                            <img src="http://static.photos/people/200x200/1" alt="Customer" class="w-10 h-10 rounded-full border-2 border-white">
                        </div>
                        <div class="ml-3">
                            <h4 class="font-medium">Sarah K.</h4>
                            <div class="flex text-gold">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-slate-600">"I've been using ELMA for 3 months now and my digestion has never been better. Plus, my jawline looks more defined!"</p>
                </div>
                <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="200">
                    <div class="flex items-center mb-4">
                        <div class="flex -space-x-2">
                            <img src="http://static.photos/people/200x200/2" alt="Customer" class="w-10 h-10 rounded-full border-2 border-white">
                        </div>
                        <div class="ml-3">
                            <h4 class="font-medium">Michael T.</h4>
                            <div class="flex text-gold">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-slate-600">"As someone who chews gum constantly, ELMA is a game-changer. No artificial ingredients and it lasts for hours."</p>
                </div>
                <div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="300">
                    <div class="flex items-center mb-4">
                        <div class="flex -space-x-2">
                            <img src="http://static.photos/people/200x200/3" alt="Customer" class="w-10 h-10 rounded-full border-2 border-white">
                        </div>
                        <div class="ml-3">
                            <h4 class="font-medium">Elena P.</h4>
                            <div class="flex text-gold">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-slate-600">"Being Greek, I can tell this is the real deal. The quality is exceptional and brings back childhood memories."</p>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="py-16 bg-primary text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
            <h2 class="font-serif text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">Experience Ancient Greek Wellness</h2>
            <p class="max-w-2xl mx-auto mb-8 text-primary-100" data-aos="fade-up" data-aos-delay="100">Join thousands who have discovered the benefits of authentic Chios mastic gum.</p>
            <a href="product.html" class="inline-block bg-white text-primary px-8 py-3 rounded-full hover:bg-opacity-90 transition font-medium" data-aos="fade-up" data-aos-delay="200">Shop ELMA Now</a>
        </div>
    </section>

    <!-- Newsletter -->
    <section class="py-16 bg-white">
        <div class="max-w-2xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
            <div class="bg-gray-50 p-8 rounded-xl">
                <h3 class="font-serif text-2xl font-bold text-dark mb-4" data-aos="fade-up">Join Our Wellness Community</h3>
                <p class="text-slate-600 mb-6" data-aos="fade-up" data-aos-delay="100">Subscribe for exclusive offers and wellness tips.</p>
                <form class="flex flex-col sm:flex-row gap-2" data-aos="fade-up" data-aos-delay="200">
                    <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-full border border-gray-300 focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent">
                    <button type="submit" class="bg-primary text-white px-6 py-3 rounded-full hover:bg-opacity-90 transition font-medium">Subscribe</button>
                </form>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-dark text-white py-12">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <h3 class="font-serif text-xl font-bold mb-4">Callia</h3>
                    <p class="text-slate-300">Authentic Greek mastic gum from the island of Chios. Natural wellness in every chew.</p>
                </div>
                <div>
                    <h4 class="font-medium mb-4">Shop</h4>
                    <ul class="space-y-2">
                        <li><a href="product.html" class="text-slate-300 hover:text-white transition">All Products</a></li>
                        <li><a href="product.html" class="text-slate-300 hover:text-white transition">Single Pack</a></li>
                        <li><a href="product.html" class="text-slate-300 hover:text-white transition">Three Pack</a></li>
                        <li><a href="product.html" class="text-slate-300 hover:text-white transition">Subscription</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-medium mb-4">About</h4>
                    <ul class="space-y-2">
                        <li><a href="about.html" class="text-slate-300 hover:text-white transition">Our Story</a></li>
                        <li><a href="about.html" class="text-slate-300 hover:text-white transition">Mastic Gum</a></li>
                        <li><a href="faq.html" class="text-slate-300 hover:text-white transition">FAQ</a></li>
                        <li><a href="#" class="text-slate-300 hover:text-white transition">Contact</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-medium mb-4">Connect</h4>
                    <div class="flex space-x-4">
                        <a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="instagram"></i></a>
                        <a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="facebook"></i></a>
                        <a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="twitter"></i></a>
                    </div>
                </div>
            </div>
            <div class="border-t border-slate-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
                <p class="text-slate-400">© 2023 ELMA. All rights reserved.</p>
                <div class="flex space-x-6 mt-4 md:mt-0">
                    <a href="#" class="text-slate-400 hover:text-white transition">Privacy Policy</a>
                    <a href="#" class="text-slate-400 hover:text-white transition">Terms of Service</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        AOS.init({
            duration: 800,
            easing: 'ease-in-out',
            once: true
        });
        feather.replace();
        
        // Mobile menu toggle
        document.getElementById('mobile-menu-button').addEventListener('click', function() {
            const menu = document.getElementById('mobile-menu');
            menu.classList.toggle('hidden');
        });
    </script>
</body>
</html>