diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx new file mode 100644 index 0000000..6fd62d9 --- /dev/null +++ b/src/pages/Index.tsx @@ -0,0 +1,284 @@ +import { Link } from "react-router-dom"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent } from "@/components/ui/card"; +import { Badge } from "@/components/ui/badge"; +import { + ArrowRight, Flame, Dumbbell, Heart, Zap, Timer, Trophy, + Users, Star, Quote, CheckCircle, ChevronRight +} from "lucide-react"; +import Header from "@/components/Header"; +import Footer from "@/components/Footer"; + +const classes = [ + { icon: Flame, title: "HIIT Burn", desc: "Torch calories with explosive interval circuits that keep your metabolism fired up all day.", gradient: "from-orange-500/20 to-red-500/20", border: "border-orange-500/20" }, + { icon: Dumbbell, title: "Power Lift", desc: "Build raw strength with barbell-focused compound lifts and progressive overload programming.", gradient: "from-red-500/20 to-pink-500/20", border: "border-red-500/20" }, + { icon: Heart, title: "Yoga Flow", desc: "Restore balance with dynamic vinyasa sequences that build flexibility and mental clarity.", gradient: "from-amber-500/20 to-orange-500/20", border: "border-amber-500/20" }, + { icon: Zap, title: "Box Fit", desc: "Channel your inner fighter with boxing combos, heavy bag work, and cardio conditioning.", gradient: "from-rose-500/20 to-red-500/20", border: "border-rose-500/20" }, +]; + +const trainers = [ + { name: "Marcus Rivera", specialty: "Strength & Conditioning", exp: "8+ years", gradient: "from-orange-400 to-red-400" }, + { name: "Sarah Chen", specialty: "HIIT & Cardio", exp: "12+ years", gradient: "from-red-400 to-rose-400" }, + { name: "Priya Sharma", specialty: "Yoga & Mobility", exp: "6+ years", gradient: "from-amber-400 to-orange-400" }, + { name: "Dante Williams", specialty: "Boxing & MMA", exp: "10+ years", gradient: "from-rose-400 to-pink-400" }, +]; + +const testimonials = [ + { initials: "MR", name: "Mike Rodriguez", text: "Lost 40 pounds in 6 months. The trainers here actually care about your progress and keep you accountable.", rating: 5 }, + { initials: "KL", name: "Karen Liu", text: "Best gym community I have ever been part of. The classes are challenging and the energy is always electric.", rating: 5 }, + { initials: "JD", name: "James Davis", text: "Went from barely running a mile to completing a marathon. Apex Fitness changed my life completely.", rating: 5 }, +]; + +const stats = [ + { value: "5,000+", label: "Active Members" }, + { value: "120+", label: "Weekly Classes" }, + { value: "35+", label: "Expert Trainers" }, + { value: "12+", label: "Years Strong" }, +]; + +export default function Index() { + return ( +
World-class equipment, expert trainers, and a community that pushes you to break limits. Your transformation starts today.
+From high-intensity interval training to mindful yoga, we have the perfect class for every fitness level.
+{c.desc}
+State-of-the-art facility with everything you need to train, recover, and dominate.
+{f.desc}
+{t.specialty}
+{t.exp} experience
+Our members consistently achieve incredible results with our proven training programs and dedicated coaching staff.
++
{t.text}
+No commitment. No contracts. Just show up and see why thousands choose Apex Fitness.
+