callia / index.html
thorpz's picture
okay so i like the colour now but i dont think they are all working togther perfectly can you do a rerun of pretty much all the colour and assets on the site so they work togther really well and give a luxious expensive health wellness vibe, please use the bright orange only for like buttons like show now. - Follow Up Deployment
76d37a7 verified
<!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>