Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Vitality Hub | Your Health & Wellness Resource</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
/* Custom CSS */ | |
.hero-gradient { | |
background: linear-gradient(135deg, #6BFFA8 0%, #3A7BD5 100%); | |
} | |
.product-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.testimonial-card { | |
background: rgba(255, 255, 255, 0.8); | |
backdrop-filter: blur(10px); | |
} | |
.nav-link:hover::after { | |
content: ''; | |
display: block; | |
width: 100%; | |
height: 2px; | |
background: #3A7BD5; | |
margin-top: 2px; | |
} | |
.smooth-scroll { | |
scroll-behavior: smooth; | |
} | |
</style> | |
</head> | |
<body class="smooth-scroll font-sans bg-gray-50 text-gray-800"> | |
<!-- Header/Navigation --> | |
<header class="sticky top-0 z-50 bg-white shadow-sm"> | |
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-heartbeat text-3xl text-green-500 mr-2"></i> | |
<span class="text-2xl font-bold text-gray-800">Vitality<span class="text-blue-500">Hub</span></span> | |
</div> | |
<nav class="hidden md:flex space-x-8"> | |
<a href="#home" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">Home</a> | |
<a href="#products" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">Products</a> | |
<a href="#blog" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">Blog</a> | |
<a href="#testimonials" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">Testimonials</a> | |
<a href="#about" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">About</a> | |
</nav> | |
<div class="flex items-center space-x-4"> | |
<button class="md:hidden text-gray-700"> | |
<i class="fas fa-bars text-xl"></i> | |
</button> | |
<button class="hidden md:block bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-full font-medium transition"> | |
Get Started | |
</button> | |
</div> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section id="home" class="hero-gradient text-white py-20"> | |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h1 class="text-4xl md:text-5xl font-bold mb-6">Transform Your Health Journey Today</h1> | |
<p class="text-xl mb-8 opacity-90">Discover science-backed supplements and wellness products that actually work. We've done the research so you don't have to.</p> | |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
<button class="bg-white text-blue-600 hover:bg-gray-100 px-6 py-3 rounded-full font-bold transition"> | |
Shop Top Products | |
</button> | |
<button class="border-2 border-white hover:bg-white hover:text-blue-600 px-6 py-3 rounded-full font-bold transition"> | |
Learn More | |
</button> | |
</div> | |
</div> | |
<div class="md:w-1/2 flex justify-center"> | |
<img src="https://images.unsplash.com/photo-1498837167922-d504455e91c7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Healthy lifestyle" | |
class="rounded-xl shadow-2xl max-w-md w-full"> | |
</div> | |
</div> | |
</section> | |
<!-- Trust Indicators --> | |
<section class="bg-gray-100 py-8"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
<div class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 text-2xl mr-2"></i> | |
<span class="font-medium">Doctor Recommended</span> | |
</div> | |
<div class="flex items-center"> | |
<i class="fas fa-leaf text-green-500 text-2xl mr-2"></i> | |
<span class="font-medium">100% Natural</span> | |
</div> | |
<div class="flex items-center"> | |
<i class="fas fa-star text-yellow-500 text-2xl mr-2"></i> | |
<span class="font-medium">4.9/5 Customer Rating</span> | |
</div> | |
<div class="flex items-center"> | |
<i class="fas fa-truck text-blue-500 text-2xl mr-2"></i> | |
<span class="font-medium">Free Shipping</span> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Featured Products --> | |
<section id="products" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">Our Top Health Products</h2> | |
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Carefully curated selection of premium health supplements and wellness products</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Product 1 --> | |
<div class="product-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300"> | |
<div class="relative"> | |
<img src="https://images.unsplash.com/photo-1599707367766-2d4bb118a3a6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Omega-3 Supplement" | |
class="w-full h-64 object-cover"> | |
<div class="absolute top-4 right-4 bg-green-500 text-white px-3 py-1 rounded-full text-sm font-bold"> | |
Best Seller | |
</div> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold mb-2">Premium Omega-3 Fish Oil</h3> | |
<p class="text-gray-600 mb-4">High-potency EPA & DHA for heart and brain health</p> | |
<div class="flex items-center mb-4"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star-half-alt"></i> | |
</div> | |
<span class="text-gray-600 ml-2">4.7 (1,234 reviews)</span> | |
</div> | |
<div class="flex justify-between items-center"> | |
<span class="text-2xl font-bold text-gray-800">$29.99</span> | |
<button class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-full font-medium transition"> | |
Add to Cart | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Product 2 --> | |
<div class="product-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300"> | |
<div class="relative"> | |
<img src="https://images.unsplash.com/photo-1625577693929-c8ba0b775d0f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Probiotic Supplement" | |
class="w-full h-64 object-cover"> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold mb-2">Advanced Probiotic Complex</h3> | |
<p class="text-gray-600 mb-4">50 billion CFU with 10 probiotic strains for gut health</p> | |
<div class="flex items-center mb-4"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<span class="text-gray-600 ml-2">4.9 (987 reviews)</span> | |
</div> | |
<div class="flex justify-between items-center"> | |
<span class="text-2xl font-bold text-gray-800">$34.99</span> | |
<button class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-full font-medium transition"> | |
Add to Cart | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Product 3 --> | |
<div class="product-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300"> | |
<div class="relative"> | |
<img src="https://images.unsplash.com/photo-1607619056574-7b8d3ee536b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Vitamin D Supplement" | |
class="w-full h-64 object-cover"> | |
<div class="absolute top-4 right-4 bg-blue-500 text-white px-3 py-1 rounded-full text-sm font-bold"> | |
New | |
</div> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold mb-2">Vitamin D3 + K2 Combo</h3> | |
<p class="text-gray-600 mb-4">Supports immune function and bone health</p> | |
<div class="flex items-center mb-4"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="far fa-star"></i> | |
</div> | |
<span class="text-gray-600 ml-2">4.2 (456 reviews)</span> | |
</div> | |
<div class="flex justify-between items-center"> | |
<span class="text-2xl font-bold text-gray-800">$24.99</span> | |
<button class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-full font-medium transition"> | |
Add to Cart | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="text-center mt-12"> | |
<button class="border-2 border-blue-500 text-blue-500 hover:bg-blue-500 hover:text-white px-6 py-3 rounded-full font-bold transition"> | |
View All Products | |
</button> | |
</div> | |
</div> | |
</section> | |
<!-- Health Benefits Section --> | |
<section class="py-16 bg-gray-100"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">Why Choose Our Products?</h2> | |
<p class="text-lg text-gray-600 max-w-2xl mx-auto">We're committed to your health and wellness journey</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<div class="bg-white p-8 rounded-xl shadow-sm text-center"> | |
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-flask text-blue-500 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Scientifically Formulated</h3> | |
<p class="text-gray-600">Our products are developed based on the latest clinical research and nutritional science.</p> | |
</div> | |
<div class="bg-white p-8 rounded-xl shadow-sm text-center"> | |
<div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-leaf text-green-500 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Premium Ingredients</h3> | |
<p class="text-gray-600">We source only the highest quality, pure ingredients with no unnecessary fillers.</p> | |
</div> | |
<div class="bg-white p-8 rounded-xl shadow-sm text-center"> | |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-award text-purple-500 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Third-Party Tested</h3> | |
<p class="text-gray-600">Every batch is independently tested for purity, potency, and safety.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Blog Section --> | |
<section id="blog" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">Health & Wellness Articles</h2> | |
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Evidence-based information to support your health journey</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Article 1 --> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-lg"> | |
<img src="https://images.unsplash.com/photo-1498837167922-d504455e91c7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Healthy eating" | |
class="w-full h-48 object-cover"> | |
<div class="p-6"> | |
<div class="flex items-center text-sm text-gray-500 mb-2"> | |
<span>June 15, 2023</span> | |
<span class="mx-2">•</span> | |
<span>8 min read</span> | |
</div> | |
<h3 class="text-xl font-bold mb-3">The Ultimate Guide to Gut Health</h3> | |
<p class="text-gray-600 mb-4">Learn how probiotics and prebiotics work together to support your microbiome and overall health.</p> | |
<a href="#" class="text-blue-500 font-medium hover:text-blue-700 transition">Read More →</a> | |
</div> | |
</div> | |
<!-- Article 2 --> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-lg"> | |
<img src="https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Woman exercising" | |
class="w-full h-48 object-cover"> | |
<div class="p-6"> | |
<div class="flex items-center text-sm text-gray-500 mb-2"> | |
<span>May 28, 2023</span> | |
<span class="mx-2">•</span> | |
<span>6 min read</span> | |
</div> | |
<h3 class="text-xl font-bold mb-3">5 Essential Supplements for Active Lifestyles</h3> | |
<p class="text-gray-600 mb-4">Discover which nutrients can help optimize your performance and recovery.</p> | |
<a href="#" class="text-blue-500 font-medium hover:text-blue-700 transition">Read More →</a> | |
</div> | |
</div> | |
<!-- Article 3 --> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 hover:shadow-lg"> | |
<img src="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Healthy food" | |
class="w-full h-48 object-cover"> | |
<div class="p-6"> | |
<div class="flex items-center text-sm text-gray-500 mb-2"> | |
<span>May 10, 2023</span> | |
<span class="mx-2">•</span> | |
<span>10 min read</span> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Anti-Inflammatory Foods: What to Eat and Avoid</h3> | |
<p class="text-gray-600 mb-4">Reduce chronic inflammation with these dietary changes backed by science.</p> | |
<a href="#" class="text-blue-500 font-medium hover:text-blue-700 transition">Read More →</a> | |
</div> | |
</div> | |
</div> | |
<div class="text-center mt-12"> | |
<button class="border-2 border-blue-500 text-blue-500 hover:bg-blue-500 hover:text-white px-6 py-3 rounded-full font-bold transition"> | |
View All Articles | |
</button> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials --> | |
<section id="testimonials" class="py-16 bg-gray-100"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">What Our Customers Say</h2> | |
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Real results from people just like you</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- Testimonial 1 --> | |
<div class="testimonial-card p-8 rounded-xl shadow-sm"> | |
<div class="flex items-center mb-4"> | |
<div class="flex text-yellow-400 mr-2"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
</div> | |
<p class="text-gray-700 mb-6 italic">"The Omega-3 supplement has made a noticeable difference in my joint comfort and mental clarity. I've tried many brands, but this one stands out for its quality."</p> | |
<div class="flex items-center"> | |
<img src="https://randomuser.me/api/portraits/women/43.jpg" | |
alt="Sarah J." | |
class="w-12 h-12 rounded-full object-cover mr-4"> | |
<div> | |
<h4 class="font-bold">Sarah J.</h4> | |
<p class="text-gray-600 text-sm">Verified Customer</p> | |
</div> | |
</div> | |
</div> | |
<!-- Testimonial 2 --> | |
<div class="testimonial-card p-8 rounded-xl shadow-sm"> | |
<div class="flex items-center mb-4"> | |
<div class="flex text-yellow-400 mr-2"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
</div> | |
<p class="text-gray-700 mb-6 italic">"After just two weeks on the probiotic, my digestion improved dramatically. I'm so impressed I've recommended it to all my friends and family."</p> | |
<div class="flex items-center"> | |
<img src="https://randomuser.me/api/portraits/men/32.jpg" | |
alt="Michael T." | |
class="w-12 h-12 rounded-full object-cover mr-4"> | |
<div> | |
<h4 class="font-bold">Michael T.</h4> | |
<p class="text-gray-600 text-sm">Verified Customer</p> | |
</div> | |
</div> | |
</div> | |
<!-- Testimonial 3 --> | |
<div class="testimonial-card p-8 rounded-xl shadow-sm"> | |
<div class="flex items-center mb-4"> | |
<div class="flex text-yellow-400 mr-2"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star-half-alt"></i> | |
</div> | |
</div> | |
<p class="text-gray-700 mb-6 italic">"The Vitamin D+K2 combo helped bring my levels into the optimal range according to my last blood test. The capsules are easy to swallow with no aftertaste."</p> | |
<div class="flex items-center"> | |
<img src="https://randomuser.me/api/portraits/women/65.jpg" | |
alt="Jennifer L." | |
class="w-12 h-12 rounded-full object-cover mr-4"> | |
<div> | |
<h4 class="font-bold">Jennifer L.</h4> | |
<p class="text-gray-600 text-sm">Verified Customer</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Newsletter --> | |
<section class="py-16 bg-blue-600 text-white"> | |
<div class="container mx-auto px-4 text-center"> | |
<h2 class="text-3xl font-bold mb-4">Join Our Wellness Community</h2> | |
<p class="text-xl mb-8 max-w-2xl mx-auto">Get exclusive health tips, product updates, and special offers straight to your inbox</p> | |
<form class="max-w-md mx-auto flex flex-col sm:flex-row gap-4"> | |
<input type="email" | |
placeholder="Enter your email" | |
class="flex-grow px-4 py-3 rounded-full focus:outline-none text-gray-800"> | |
<button type="submit" | |
class="bg-white text-blue-600 hover:bg-gray-100 px-6 py-3 rounded-full font-bold transition whitespace-nowrap"> | |
Subscribe Now | |
</button> | |
</form> | |
<p class="text-sm mt-4 opacity-80">We respect your privacy. Unsubscribe at any time.</p> | |
</div> | |
</section> | |
<!-- About Section --> | |
<section id="about" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
<h2 class="text-3xl font-bold mb-6">Our Mission</h2> | |
<p class="text-gray-600 mb-6">At VitalityHub, we believe that optimal health should be accessible to everyone. Our team of nutritionists, researchers, and health enthusiasts carefully evaluates each product we recommend.</p> | |
<p class="text-gray-600 mb-6">We cut through the noise of the supplement industry to bring you only the most effective, science-backed solutions for your health and wellness goals.</p> | |
<p class="text-gray-600">When you purchase through our links, you're supporting our mission to provide free, unbiased health information while getting access to premium products at competitive prices.</p> | |
</div> | |
<div class="md:w-1/2"> | |
<img src="https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" | |
alt="Our team" | |
class="rounded-xl shadow-lg w-full"> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- FAQ Section --> | |
<section class="py-16 bg-gray-100"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl font-bold mb-4">Frequently Asked Questions</h2> | |
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Find answers to common questions about our products and services</p> | |
</div> | |
<div class="max-w-3xl mx-auto"> | |
<!-- FAQ Item 1 --> | |
<div class="mb-6 bg-white p-6 rounded-xl shadow-sm"> | |
<button class="faq-toggle flex justify-between items-center w-full text-left"> | |
<h3 class="text-lg font-bold">Are your supplements third-party tested?</h3> | |
<i class="fas fa-chevron-down text-blue-500 ml-4 transition-transform"></i> | |
</button> | |
<div class="faq-content mt-4 hidden"> | |
<p class="text-gray-600">Yes, all our recommended products undergo rigorous third-party testing for purity, potency, and safety. We only work with brands that provide Certificates of Analysis (COAs) for each batch.</p> | |
</div> | |
</div> | |
<!-- FAQ Item 2 --> | |
<div class="mb-6 bg-white p-6 rounded-xl shadow-sm"> | |
<button class="faq-toggle flex justify-between items-center w-full text-left"> | |
<h3 class="text-lg font-bold">How long does shipping take?</h3> | |
<i class="fas fa-chevron-down text-blue-500 ml-4 transition-transform"></i> | |
</button> | |
<div class="faq-content mt-4 hidden"> | |
<p class="text-gray-600">Most orders ship within 1-2 business days and arrive within 3-5 business days in the continental US. We offer free shipping on all orders over $50. International shipping times vary by destination.</p> | |
</div> | |
</div> | |
<!-- FAQ Item 3 --> | |
<div class="mb-6 bg-white p-6 rounded-xl shadow-sm"> | |
<button class="faq-toggle flex justify-between items-center w-full text-left"> | |
<h3 class="text-lg font-bold">Can I return products if I'm not satisfied?</h3> | |
<i class="fas fa-chevron-down text-blue-500 ml-4 transition-transform"></i> | |
</button> | |
<div class="faq-content mt-4 hidden"> | |
<p class="text-gray-600">Absolutely. We stand behind all our recommendations with a 60-day satisfaction guarantee. If you're not completely happy with your purchase, you can return it for a full refund, no questions asked.</p> | |
</div> | |
</div> | |
<!-- FAQ Item 4 --> | |
<div class="mb-6 bg-white p-6 rounded-xl shadow-sm"> | |
<button class="faq-toggle flex justify-between items-center w-full text-left"> | |
<h3 class="text-lg font-bold">Do you offer subscription discounts?</h3> | |
<i class="fas fa-chevron-down text-blue-500 ml-4 transition-transform"></i> | |
</button> | |
<div class="faq-content mt-4 hidden"> | |
<p class="text-gray-600">Yes! Many of our partner brands offer 10-20% discounts for subscription orders. You can adjust the frequency or cancel anytime through your account dashboard.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white pt-16 pb-8"> | |
<div class="container mx-auto px-4"> | |
<div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-12"> | |
<div> | |
<div class="flex items-center mb-4"> | |
<i class="fas fa-heartbeat text-3xl text-green-500 mr-2"></i> | |
<span class="text-2xl font-bold">Vitality<span class="text-blue-400">Hub</span></span> | |
</div> | |
<p class="text-gray-400 mb-4">Your trusted source for premium health supplements and wellness advice.</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-pinterest"></i> | |
</a> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold mb-4">Shop</h3> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">All Products</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Best Sellers</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">New Arrivals</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Bundle Deals</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Subscription</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold mb-4">Resources</h3> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Health Blog</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Research Studies</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Product Guides</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Wellness Recipes</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Expert Interviews</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold mb-4">Company</h3> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Affiliate Program</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-gray-400 mb-4 md:mb-0">© 2023 VitalityHub. All rights reserved.</p> | |
<div class="flex space-x-6"> | |
<img src="https://via.placeholder.com/50x30" alt="Visa" class="h-8"> | |
<img src="https://via.placeholder.com/50x30" alt="Mastercard" class="h-8"> | |
<img src="https://via.placeholder.com/50x30" alt="Amex" class="h-8"> | |
<img src="https://via.placeholder.com/50x30" alt="PayPal" class="h-8"> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<!-- Back to Top Button --> | |
<button id="back-to-top" class="fixed bottom-8 right-8 bg-blue-500 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition opacity-0 invisible"> | |
<i class="fas fa-arrow-up"></i> | |
</button> | |
<script> | |
// FAQ Toggle | |
document.querySelectorAll('.faq-toggle').forEach(button => { | |
button.addEventListener('click', () => { | |
const content = button.nextElementSibling; | |
const icon = button.querySelector('i'); | |
content.classList.toggle('hidden'); | |
icon.classList.toggle('rotate-180'); | |
}); | |
}); | |
// Back to Top Button | |
const backToTopButton = document.getElementById('back-to-top'); | |
window.addEventListener('scroll', () => { | |
if (window.pageYOffset > 300) { | |
backToTopButton.classList.remove('opacity-0', 'invisible'); | |
backToTopButton.classList.add('opacity-100', 'visible'); | |
} else { | |
backToTopButton.classList.remove('opacity-100', 'visible'); | |
backToTopButton.classList.add('opacity-0', 'invisible'); | |
} | |
}); | |
backToTopButton.addEventListener('click', () => { | |
window.scrollTo({ | |
top: 0, | |
behavior: 'smooth' | |
}); | |
}); | |
// Mobile Menu Toggle (placeholder - would need more implementation) | |
document.querySelector('.md\\:hidden').addEventListener('click', () => { | |
alert('Mobile menu would open here in a full implementation'); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Alexhuang1010/affliate-site" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |