Generaltoa's picture
Create a yoga studio website with calming hero section, class types with descriptions, instructor bios with photos, weekly schedule calendar, pricing packages, meditation tips blog, studio location map, and booking form.
e50934a verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZenFlow Harmony Studio | Peaceful Yoga & Meditation</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
},
secondary: {
50: '#fdf2f8',
100: '#fce7f3',
200: '#fbcfe8',
300: '#f9a8d4',
400: '#f472b6',
500: '#ec4899',
600: '#db2777',
700: '#be185d',
800: '#9d174d',
900: '#831843',
}
}
}
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen font-sans">
<!-- Navigation -->
<script src="components/navbar.js"></script>
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<section class="relative overflow-hidden py-20 md:py-32 px-4 md:px-8">
<div class="absolute inset-0 z-0">
<img src="http://static.photos/nature/1200x630/42" alt="Calming nature background" class="w-full h-full object-cover opacity-30">
<div class="absolute inset-0 bg-gradient-to-r from-gray-900 via-gray-900/80 to-transparent"></div>
</div>
<div class="container mx-auto max-w-6xl relative z-10">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">
Find Your <span class="text-primary-400">Inner Peace</span> with Mindful Movement
</h1>
<p class="text-xl text-gray-300 mb-8 max-w-2xl">
Welcome to ZenFlow Harmony Studio, where ancient yoga traditions meet modern wellness practices. Our calming sanctuary offers transformative experiences for body, mind, and spirit.
</p>
<div class="flex flex-wrap gap-4">
<a href="#classes" class="bg-primary-600 hover:bg-primary-700 text-white px-8 py-4 rounded-full font-semibold text-lg transition duration-300 transform hover:scale-105 shadow-lg">
Explore Classes
</a>
<a href="#booking" class="border-2 border-secondary-500 hover:bg-secondary-500/20 text-secondary-300 px-8 py-4 rounded-full font-semibold text-lg transition duration-300">
Book Your Session
</a>
</div>
</div>
<div class="hidden md:block">
<div class="relative">
<div class="absolute -inset-4 bg-gradient-to-r from-primary-500 to-secondary-500 rounded-3xl blur-xl opacity-30"></div>
<img src="http://static.photos/wellness/640x360/23" alt="Yoga practitioner in peaceful pose" class="relative rounded-2xl shadow-2xl w-full">
</div>
</div>
</div>
</div>
</section>
<!-- Class Types -->
<section id="classes" class="py-20 px-4 md:px-8">
<div class="container mx-auto max-w-6xl">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our Yoga & Meditation Classes</h2>
<p class="text-gray-400 max-w-2xl mx-auto">From gentle flows to powerful practices, find the perfect class for your journey</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Class Card 1 -->
<div class="bg-gray-800 rounded-2xl p-8 hover:bg-gray-700/50 transition duration-300 border border-gray-700 hover:border-primary-500/30">
<div class="w-16 h-16 bg-primary-900/30 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="moon" class="text-primary-400 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Gentle Hatha Flow</h3>
<p class="text-gray-400 mb-6">Perfect for beginners, this class focuses on foundational poses, breath awareness, and gentle movements to build strength and flexibility.</p>
<div class="flex items-center text-gray-300">
<i data-feather="clock" class="w-4 h-4 mr-2"></i>
<span>60 min • All Levels</span>
</div>
</div>
<!-- Class Card 2 -->
<div class="bg-gray-800 rounded-2xl p-8 hover:bg-gray-700/50 transition duration-300 border border-gray-700 hover:border-secondary-500/30">
<div class="w-16 h-16 bg-secondary-900/30 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="sun" class="text-secondary-400 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Vinyasa Power</h3>
<p class="text-gray-400 mb-6">Dynamic sequences that synchronize breath with movement. Build heat, strength, and endurance in this energizing practice.</p>
<div class="flex items-center text-gray-300">
<i data-feather="clock" class="w-4 h-4 mr-2"></i>
<span>75 min • Intermediate</span>
</div>
</div>
<!-- Class Card 3 -->
<div class="bg-gray-800 rounded-2xl p-8 hover:bg-gray-700/50 transition duration-300 border border-gray-700 hover:border-primary-500/30">
<div class="w-16 h-16 bg-primary-900/30 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="wind" class="text-primary-400 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Restorative Yin</h3>
<p class="text-gray-400 mb-6">Deep stretching and long-held poses target connective tissues. Release tension and find deep relaxation in this meditative practice.</p>
<div class="flex items-center text-gray-300">
<i data-feather="clock" class="w-4 h-4 mr-2"></i>
<span>90 min • All Levels</span>
</div>
</div>
</div>
</div>
</section>
<!-- Instructors -->
<section class="py-20 px-4 md:px-8 bg-gray-800/50">
<div class="container mx-auto max-w-6xl">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Meet Our Expert Instructors</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Guided by experienced teachers dedicated to your wellness journey</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Instructor 1 -->
<div class="bg-gray-900 rounded-2xl overflow-hidden border border-gray-700">
<div class="h-64 overflow-hidden">
<img src="http://static.photos/wellness/640x360/101" alt="Maya Sharma" class="w-full h-full object-cover hover:scale-110 transition duration-500">
</div>
<div class="p-8">
<h3 class="text-2xl font-bold mb-2">Maya Sharma</h3>
<p class="text-primary-400 mb-4">Lead Hatha & Meditation Instructor</p>
<p class="text-gray-400 mb-6">With 15 years of teaching experience, Maya brings ancient wisdom and modern mindfulness techniques to every class.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-primary-400 transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-primary-400 transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
<!-- Instructor 2 -->
<div class="bg-gray-900 rounded-2xl overflow-hidden border border-gray-700">
<div class="h-64 overflow-hidden">
<img src="http://static.photos/wellness/640x360/102" alt="David Chen" class="w-full h-full object-cover hover:scale-110 transition duration-500">
</div>
<div class="p-8">
<h3 class="text-2xl font-bold mb-2">David Chen</h3>
<p class="text-secondary-400 mb-4">Vinyasa & Power Yoga Specialist</p>
<p class="text-gray-400 mb-6">David's dynamic classes combine athleticism with spiritual depth, creating transformative experiences for advanced practitioners.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-secondary-400 transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-secondary-400 transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
<!-- Instructor 3 -->
<div class="bg-gray-900 rounded-2xl overflow-hidden border border-gray-700">
<div class="h-64 overflow-hidden">
<img src="http://static.photos/wellness/640x360/103" alt="Sofia Rodriguez" class="w-full h-full object-cover hover:scale-110 transition duration-500">
</div>
<div class="p-8">
<h3 class="text-2xl font-bold mb-2">Sofia Rodriguez</h3>
<p class="text-primary-400 mb-4">Restorative & Yin Yoga Guide</p>
<p class="text-gray-400 mb-6">Sofia's gentle approach helps students release deep tension and find profound relaxation through mindful movement.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-primary-400 transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-primary-400 transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule -->
<section class="py-20 px-4 md:px-8">
<div class="container mx-auto max-w-6xl">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Weekly Class Schedule</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Find your perfect time for practice</p>
</div>
<div class="bg-gray-800 rounded-2xl p-6 overflow-x-auto">
<table class="w-full min-w-[800px]">
<thead>
<tr class="border-b border-gray-700">
<th class="py-4 px-4 text-left text-gray-400">Time</th>
<th class="py-4 px-4 text-left text-gray-400">Monday</th>
<th class="py-4 px-4 text-left text-gray-400">Tuesday</th>
<th class="py-4 px-4 text-left text-gray-400">Wednesday</th>
<th class="py-4 px-4 text-left text-gray-400">Thursday</th>
<th class="py-4 px-4 text-left text-gray-400">Friday</th>
<th class="py-4 px-4 text-left text-gray-400">Saturday</th>
<th class="py-4 px-4 text-left text-gray-400">Sunday</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-700/50">
<td class="py-4 px-4 font-semibold">6:00 AM</td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Sunrise Flow</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Morning Meditation</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Sunrise Flow</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Morning Meditation</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Sunrise Flow</span></td>
<td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Weekend Power</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Gentle Start</span></td>
</tr>
<tr class="border-b border-gray-700/50">
<td class="py-4 px-4 font-semibold">9:00 AM</td>
<td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Vinyasa Power</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Hatha Basics</span></td>
<td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Vinyasa Power</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Hatha Basics</span></td>
<td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Vinyasa Power</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Family Yoga</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Community Class</span></td>
</tr>
<tr class="border-b border-gray-700/50">
<td class="py-4 px-4 font-semibold">5:30 PM</td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Gentle Hatha</span></td>
<td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Evening Flow</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Gentle Hatha</span></td>
<td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Evening Flow</span></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Restorative Yin</span></td>
<td class="py-4 px-4"></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Meditation Circle</span></td>
</tr>
<tr>
<td class="py-4 px-4 font-semibold">7:30 PM</td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Meditation</span></td>
<td class="py-4 px-4"></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Meditation</span></td>
<td class="py-4 px-4"></td>
<td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Candlelight Yin</span></td>
<td class="py-4 px-4"></td>
<td class="py-4 px-4"></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Pricing -->
<section class="py-20 px-4 md:px-8 bg-gray-800/50">
<div class="container mx-auto max-w-6xl">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Choose Your Wellness Path</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Flexible memberships for every journey</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Basic Plan -->
<div class="bg-gray-900 rounded-2xl p-8 border border-gray-700 hover:border-primary-500/50 transition duration-300">
<div class="text-center mb-8">
<h3 class="text-2xl font-bold mb-4">Drop-In</h3>
<div class="text-4xl font-bold text-primary-400 mb-2">$25</div>
<p class="text-gray-400">per class</p>
</div>
<ul class="space-y-4 mb-8">
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>Single class access</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>Mat rental included</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>Tea & refreshments</span>
</li>
</ul>
<a href="#booking" class="block text-center bg-gray-800 hover:bg-primary-600 text-white py-4 rounded-xl font-semibold transition duration-300">
Book Now
</a>
</div>
<!-- Popular Plan -->
<div class="bg-gray-900 rounded-2xl p-8 border-2 border-primary-500 relative transform scale-105">
<div class="absolute -top-4 left-1/2 transform -translate-x-1/2">
<span class="bg-primary-500 text-white px-6 py-2 rounded-full text-sm font-semibold">MOST POPULAR</span>
</div>
<div class="text-center mb-8">
<h3 class="text-2xl font-bold mb-4">Monthly Unlimited</h3>
<div class="text-4xl font-bold text-primary-400 mb-2">$99</div>
<p class="text-gray-400">per month</p>
</div>
<ul class="space-y-4 mb-8">
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>Unlimited classes</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>Free mat storage</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>2 guest passes/month</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
<span>Workshop discounts</span>
</li>
</ul>
<a href="#booking" class="block text-center bg-primary-600 hover:bg-primary-700 text-white py-4 rounded-xl font-semibold transition duration-300">
Get Started
</a>
</div>
<!-- Annual Plan -->
<div class="bg-gray-900 rounded-2xl p-8 border border-gray-700 hover:border-secondary-500/50 transition duration-300">
<div class="text-center mb-8">
<h3 class="text-2xl font-bold mb-4">Annual Commitment</h3>
<div class="text-4xl font-bold text-secondary-400 mb-2">$899</div>
<p class="text-gray-400">per year (save $289)</p>
</div>
<ul class="space-y-4 mb-8">
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
<span>All Monthly benefits</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
<span>Free workshops</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
<span>Personalized sessions</span>
</li>
<li class="flex items-center text-gray-300">
<i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
<span>Priority booking</span>
</li>
</ul>
<a href="#booking" class="block text-center bg-gray-800 hover:bg-secondary-600 text-white py-4 rounded-xl font-semibold transition duration-300">
Commit to Wellness
</a>
</div>
</div>
</div>
</section>
<!-- Blog & Map -->
<section class="py-20 px-4 md:px-8">
<div class="container mx-auto max-w-6xl">
<div class="grid lg:grid-cols-2 gap-12">
<!-- Blog Section -->
<div>
<h2 class="text-3xl md:text-4xl font-bold mb-8">Meditation Tips & Insights</h2>
<div class="space-y-8">
<article class="bg-gray-800 rounded-2xl p-6 hover:bg-gray-700/50 transition duration-300">
<div class="flex items-center text-gray-400 text-sm mb-4">
<i data-feather="calendar" class="w-4 h-4 mr-2"></i>
<span>March 15, 2024</span>
<span class="mx-3"></span>
<span class="text-primary-400">Mindfulness</span>
</div>
<h3 class="text-2xl font-bold mb-3">5-Minute Breathing Techniques for Busy Days</h3>
<p class="text-gray-400 mb-4">Discover simple yet powerful breathing exercises that can transform your stress levels in just five minutes...</p>
<a href="#" class="text-primary-400 hover:text-primary-300 font-semibold inline-flex items-center">
Read More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</article>
<article class="bg-gray-800 rounded-2xl p-6 hover:bg-gray-700/50 transition duration-300">
<div class="flex items-center text-gray-400 text-sm mb-4">
<i data-feather="calendar" class="w-4 h-4 mr-2"></i>
<span>March 8, 2024</span>
<span class="mx-3"></span>
<span class="text-secondary-400">Yoga Practice</span>
</div>
<h3 class="text-2xl font-bold mb-3">The Science Behind Yin Yoga's Healing Effects</h3>
<p class="text-gray-400 mb-4">Explore how long-held poses in Yin Yoga stimulate connective tissues and promote deep healing...</p>
<a href="#" class="text-primary-400 hover:text-primary-300 font-semibold inline-flex items-center">
Read More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</article>
</div>
<a href="#" class="inline-flex items-center justify-center mt-8 bg-gray-800 hover:bg-gray-700 text-white px-8 py-4 rounded-xl font-semibold transition duration-300">
View All Articles <i data-feather="arrow-right" class="w-5 h-5 ml-2"></i>
</a>
</div>
<!-- Map & Location -->
<div>
<h2 class="text-3xl md:text-4xl font-bold mb-8">Visit Our Sanctuary</h2>
<div class="bg-gray-800 rounded-2xl p-6 mb-8">
<div id="map" class="h-96 rounded-xl mb-6"></div>
<div class="space-y-4">
<div class="flex items-start">
<i data-feather="map-pin" class="w-6 h-6 text-primary-400 mr-4 mt-1"></i>
<div>
<h4 class="font-semibold text-lg mb-1">Studio Location</h4>
<p class="text-gray-400">123 Peaceful Lane, Serenity District<br>Zen City, ZC 10001</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="clock" class="w-6 h-6 text-primary-400 mr-4 mt-1"></i>
<div>
<h4 class="font-semibold text-lg mb-1">Opening Hours</h4>
<p class="text-gray-400">Monday - Friday: 6:00 AM - 9:00 PM<br>Saturday - Sunday: 7:00 AM - 8:00 PM</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="phone" class="w-6 h-6 text-primary-400 mr-4 mt-1"></i>
<div>
<h4 class="font-semibold text-lg mb-1">Contact Us</h4>
<p class="text-gray-400">(555) 123-ZEN-FLOW<br>hello@zenflowharmony.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Booking Form -->
<section id="booking" class="py-20 px-4 md:px-8 bg-gradient-to-br from-gray-900 to-gray-800">
<div class="container mx-auto max-w-4xl">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Book Your Session</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Begin your journey to inner peace today</p>
</div>
<div class="bg-gray-800 rounded-2xl p-8 md:p-12">
<form id="bookingForm" class="space-y-6">
<div class="grid md:grid-cols-2 gap-6">
<div>
<label for="name" class="block text-gray-300 mb-2">Full Name</label>
<input type="text" id="name" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
</div>
<div>
<label for="email" class="block text-gray-300 mb-2">Email Address</label>
<input type="email" id="email" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
</div>
</div>
<div class="grid md:grid-cols-2 gap-6">
<div>
<label for="phone" class="block text-gray-300 mb-2">Phone Number</label>
<input type="tel" id="phone" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent">
</div>
<div>
<label for="classType" class="block text-gray-300 mb-2">Class Type</label>
<select id="classType" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
<option value="">Select a class</option>
<option value="hatha">Gentle Hatha Flow</option>
<option value="vinyasa">Vinyasa Power</option>
<option value="yin">Restorative Yin</option>
<option value="meditation">Morning Meditation</option>
</select>
</div>
</div>
<div class="grid md:grid-cols-2 gap-6">
<div>
<label for="date" class="block text-gray-300 mb-2">Preferred Date</label>
<input type="date" id="date" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
</div>
<div>
<label for="time" class="block text-gray-300 mb-2">Preferred Time</label>
<select id="time" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
<option value="">Select time</option>
<option value="6:00 AM">6:00 AM</option>
<option value="9:00 AM">9:00 AM</option>
<option value="5:30 PM">5:30 PM</option>
<option value="7:30 PM">7:30 PM</option>
</select>
</div>
</div>
<div>
<label for="message" class="block text-gray-300 mb-2">Additional Notes</label>
<textarea id="message" rows="4" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" placeholder="Any injuries, experience level, or special requests..."></textarea>
</div>
<div class="flex items-center">
<input type="checkbox" id="terms" class="w-5 h-5 mr-3 rounded" required>
<label for="terms" class="text-gray-300">
I agree to the <a href="#" class="text-primary-400 hover:text-primary-300">terms and conditions</a> and understand the cancellation policy
</label>
</div>
<button type="submit" class="w-full bg-gradient-to-r from-primary-600 to-secondary-600 hover:from-primary-700 hover:to-secondary-700 text-white py-4 rounded-xl font-semibold text-lg transition duration-300 transform hover:scale-[1.02]">
Book Your Session
</button>
</form>
<div id="bookingSuccess" class="hidden mt-6 p-4 bg-green-900/30 border border-green-700 rounded-xl text-green-300 text-center">
<i data-feather="check-circle" class="w-8 h-8 mx-auto mb-2"></i>
<p class="font-semibold">Booking submitted successfully! We'll contact you shortly to confirm your session.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<script src="components/footer.js"></script>
<custom-footer></custom-footer>
<!-- Scripts -->
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
// Initialize map
document.addEventListener('DOMContentLoaded', function() {
const map = L.map('map').setView([40.7128, -74.0060], 15);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map);
L.marker([40.7128, -74.0060])
.addTo(map)
.bindPopup('<b>ZenFlow Harmony Studio</b><br>Your sanctuary for peace')
.openPopup();
});
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>