fitflex-thunderbolt / index.html
ronny254's picture
FitZone is a modern fitness destination built to help you reach your goals with personalized training, cutting-edge equipment, and a supportive community. Whether you’re a beginner or a pro, our expert coaches and tailored programs make every workout effective and inspiring. Discover your strength, challenge your limits, and become the best version of yourself at FitZone.the app should hav 3 pages
099040a verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FitZone: Your Ultimate Fitness Destination</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%);
}
.equipment-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);
}
.trainer-card:hover img {
transform: scale(1.05);
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<i data-feather="activity" class="text-blue-600 w-8 h-8"></i>
<span class="ml-2 text-xl font-bold text-gray-900">FitZone</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="index.html" class="text-blue-600 font-medium">Home</a>
<a href="classes.html" class="text-gray-700 hover:text-blue-600 transition">Classes</a>
<a href="trainers.html" class="text-gray-700 hover:text-blue-600 transition">Trainers</a>
</div>
<button class="md:hidden focus:outline-none">
<i data-feather="menu" class="w-6 h-6 text-gray-700"></i>
</button>
<div class="hidden md:block">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg font-medium transition transform hover:-translate-y-1">
Join Now
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div id="hero" class="hero-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32">
<div class="md:flex items-center justify-between">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Transform Your Body, Elevate Your Life</h1>
<p class="text-xl opacity-90 mb-8">Join the fitness revolution with personalized training programs, state-of-the-art equipment, and a community that pushes you to be your best.</p>
<div class="flex space-x-4">
<button class="bg-white text-blue-600 px-6 py-3 rounded-lg font-bold hover:bg-gray-100 transition transform hover:scale-105">
Start Free Trial
</button>
<button class="border-2 border-white px-6 py-3 rounded-lg font-bold hover:bg-white hover:text-blue-600 transition transform hover:scale-105">
Learn More
</button>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="http://static.photos/fitness/1200x630/10" alt="Fitness Model" class="rounded-lg shadow-2xl max-w-md w-full">
</div>
</div>
</div>
</div>
<!-- Stats Section -->
<div class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="text-blue-600 mb-4">
<i data-feather="users" class="w-12 h-12 mx-auto"></i>
</div>
<h3 class="text-4xl font-bold mb-2">10,000+</h3>
<p class="text-gray-600">Happy Members</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="text-blue-600 mb-4">
<i data-feather="award" class="w-12 h-12 mx-auto"></i>
</div>
<h3 class="text-4xl font-bold mb-2">50+</h3>
<p class="text-gray-600">Certified Trainers</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="text-blue-600 mb-4">
<i data-feather="clock" class="w-12 h-12 mx-auto"></i>
</div>
<h3 class="text-4xl font-bold mb-2">24/7</h3>
<p class="text-gray-600">Open Access</p>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div 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-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Why Choose FitZone?</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We're not just a gym, we're a lifestyle transformation platform</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl transition duration-300 hover:shadow-lg">
<div class="text-blue-600 mb-4">
<i data-feather="user-check" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Personalized Training</h3>
<p class="text-gray-600">Custom workout plans tailored to your goals, fitness level, and schedule.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl transition duration-300 hover:shadow-lg">
<div class="text-blue-600 mb-4">
<i data-feather="heart" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Holistic Approach</h3>
<p class="text-gray-600">Nutrition guidance, recovery strategies, and mental wellness programs.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl transition duration-300 hover:shadow-lg">
<div class="text-blue-600 mb-4">
<i data-feather="trending-up" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-3">Progress Tracking</h3>
<p class="text-gray-600">Advanced metrics to track your improvements and celebrate milestones.</p>
</div>
</div>
</div>
</div>
<!-- Equipment Section -->
<div 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">
<h2 class="text-3xl font-bold text-gray-900 mb-4">State-of-the-Art Equipment</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Train with the best tools in the industry</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="equipment-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
<img src="http://static.photos/fitness/640x360/1" alt="Treadmill" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="font-bold text-xl mb-2">Cardio Machines</h3>
<p class="text-gray-600">Latest models with interactive displays</p>
</div>
</div>
<div class="equipment-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
<img src="http://static.photos/fitness/640x360/2" alt="Weightlifting" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="font-bold text-xl mb-2">Free Weights</h3>
<p class="text-gray-600">Premium quality dumbbells and barbells</p>
</div>
</div>
<div class="equipment-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
<img src="http://static.photos/fitness/640x360/3" alt="Functional" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="font-bold text-xl mb-2">Functional Training</h3>
<p class="text-gray-600">TRX, battle ropes, and plyometric boxes</p>
</div>
</div>
<div class="equipment-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
<img src="http://static.photos/fitness/640x360/4" alt="Recovery" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="font-bold text-xl mb-2">Recovery Zone</h3>
<p class="text-gray-600">Massage guns, foam rollers, and more</p>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div 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-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Success Stories</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Hear from our members who transformed their lives</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-4">
<img src="http://static.photos/people/200x200/1" alt="Member" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Sarah Johnson</h4>
<p class="text-blue-600 text-sm">Lost 42lbs in 6 months</p>
</div>
</div>
<p class="text-gray-600 italic">"FitZone completely changed my relationship with fitness. The trainers are knowledgeable and the community is so supportive!"</p>
<div class="flex mt-4 text-yellow-400">
<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 class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-4">
<img src="http://static.photos/people/200x200/2" alt="Member" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Michael Chen</h4>
<p class="text-blue-600 text-sm">Gained 15lbs muscle</p>
</div>
</div>
<p class="text-gray-600 italic">"The personalized training program helped me break through plateaus I'd been stuck at for years. Best gym I've ever joined."</p>
<div class="flex mt-4 text-yellow-400">
<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 class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-4">
<img src="http://static.photos/people/200x200/3" alt="Member" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">David Rodriguez</h4>
<p class="text-blue-600 text-sm">Ran first marathon</p>
</div>
</div>
<p class="text-gray-600 italic">"The coaching staff helped me prepare for my first marathon with a perfect training plan. Couldn't have done it without them!"</p>
<div class="flex mt-4 text-yellow-400">
<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>
</div>
</div>
<!-- CTA Section -->
<div class="hero-gradient py-16 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Start Your Fitness Journey?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Join today and get 7 days free with no commitment. Our team will help you create a custom plan to reach your goals.</p>
<button class="bg-white text-blue-600 px-8 py-4 rounded-lg font-bold text-lg hover:bg-gray-100 transition transform hover:scale-105 shadow-lg">
Claim Your Free Week
</button>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="activity" class="text-blue-400 w-8 h-8"></i>
<span class="ml-2 text-xl font-bold">FitZone</span>
</div>
<p class="text-gray-400 mb-4">Transforming lives through fitness since 2015.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
</div>
</div>
<div>
<h3 class="font-bold text-lg mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="index.html" class="text-gray-400 hover:text-white transition">Home</a></li>
<li><a href="classes.html" class="text-gray-400 hover:text-white transition">Classes</a></li>
<li><a href="trainers.html" class="text-gray-400 hover:text-white transition">Trainers</a></li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-4">Support</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact Us</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>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-4">Contact</h3>
<ul class="space-y-2 text-gray-400">
<li class="flex items-center">
<i data-feather="map-pin" class="w-4 h-4 mr-2"></i>
<span>123 Fitness St, Fitville, FZ 90210</span>
</li>
<li class="flex items-center">
<i data-feather="phone" class="w-4 h-4 mr-2"></i>
<span>(555) 123-4567</span>
</li>
<li class="flex items-center">
<i data-feather="mail" class="w-4 h-4 mr-2"></i>
<span>hello@fitzone.com</span>
</li>
<li class="flex items-center">
<i data-feather="clock" class="w-4 h-4 mr-2"></i>
<span>Open 24/7</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 FitZone. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js globe
VANTA.GLOBE({
el: "#hero",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0x1e3a8a
});
</script>
<script>
feather.replace();
</script>
</body>
</html>