diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eee589..c9fe960 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Heart, Target, Users, Handshake, TrendingUp, Star, Zap } from 'lucide-react'; +import { Award, Heart, Target, Users, Handshake, TrendingUp, Star, Zap, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -46,7 +46,7 @@ export default function LandingPage() { description="T.O.O.T.H offers world-class fitness services delivered by extensively experienced trainers. Transform your body and mind with personalized coaching designed specifically for you." tag="Professional Fitness" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "aurora" }} kpis={[ { value: "15+", label: "Years Average Experience" }, @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Start Your Journey", href: "contact" }, { text: "Learn More", href: "about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/male-personal-trainer-helping-woman-working-with-heavy-dumbbells-gym_651396-1074.jpg" imageAlt="Elite gym training session with professional trainer" mediaAnimation="slide-up" @@ -72,7 +72,7 @@ export default function LandingPage() { description="We believe fitness is not one-size-fits-all. Our team of elite trainers brings years of dedication and expertise to craft personalized training programs for clients of all ages and fitness levels." tag="Our Mission" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" bulletPoints={[ { title: "Expert Trainers", description: "Each trainer has 10+ years of hands-on fitness experience and continuous education in latest training methodologies.", icon: Award }, { title: "Personalized Plans", description: "We create custom training programs tailored to your goals, fitness level, and lifestyle for maximum results.", icon: Target }, @@ -81,12 +81,12 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg" imageAlt="Professional fitness trainer demonstrating proper form" mediaAnimation="slide-up" imagePosition="right" buttons={[{ text: "Explore Services", href: "features" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -95,20 +95,20 @@ export default function LandingPage() { title="Our Elite Services" description="Comprehensive training solutions designed to meet every fitness objective and lifestyle." tag="What We Offer" - tagIcon={Zap} - tagAnimation="entrance-slide" + tagIcon={Sparkles} + tagAnimation="slide-up" features={[ { id: "1", title: "One-on-One Personal Training", author: "Expert Coaches", description: "Dedicated sessions with an elite trainer focused entirely on your goals, form, and progression. Maximum personalization and accountability.", tags: ["Individual", "Customized", "Results-Driven"], - imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2", imageAlt: "Personal training session" + imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Personal training session" }, { id: "2", title: "Group Fitness Classes", author: "Professional Instructors", description: "High-energy group classes including HIIT, strength training, yoga, and functional fitness. Build community while achieving your goals.", tags: ["Group", "Community", "Motivating"], - imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=3", imageAlt: "Group fitness class" + imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Group fitness class" }, { id: "3", title: "Youth & Teen Programs", author: "Certified Specialists", description: "Safe, age-appropriate training programs for young athletes and teens. Build strength, confidence, and lifelong fitness habits.", tags: ["Youth", "Development", "Safe"], - imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=4", imageAlt: "Youth fitness training" + imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Youth fitness training" } ]} animationType="slide-up" @@ -123,7 +123,7 @@ export default function LandingPage() { description="Proven results from our dedicated team of elite trainers and satisfied clients." tag="Success Metrics" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { id: "1", icon: Users, title: "Active Members", value: "500+" }, { id: "2", icon: Award, title: "Certified Trainers", value: "25+" }, @@ -141,7 +141,7 @@ export default function LandingPage() { description="Experienced professionals dedicated to your fitness success. Each trainer brings years of expertise and passion." tag="Our Team" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="slide-up" groups={[ { id: "elite-trainers", groupTitle: "Elite Training Staff", members: [ @@ -149,10 +149,10 @@ export default function LandingPage() { id: "1", title: "Marcus Johnson", subtitle: "Head Coach - Strength & Conditioning", detail: "20+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/partners-private-professional-life_329181-14113.jpg", imageAlt: "Marcus Johnson" }, { - id: "2", title: "Sarah Chen", subtitle: "HIIT & Cardio Specialist", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=5", imageAlt: "Sarah Chen" + id: "2", title: "Sarah Chen", subtitle: "HIIT & Cardio Specialist", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Sarah Chen" }, { - id: "3", title: "David Martinez", subtitle: "Youth & Performance Coach", detail: "12+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=6", imageAlt: "David Martinez" + id: "3", title: "David Martinez", subtitle: "Youth & Performance Coach", detail: "12+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "David Martinez" }, { id: "4", title: "Jessica Williams", subtitle: "Functional Fitness Coach", detail: "14+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Jessica Williams" @@ -172,7 +172,7 @@ export default function LandingPage() { description="Real success stories from members who transformed their fitness and achieved their goals." tag="Testimonials" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { id: "1", name: "James Rodriguez", role: "Business Owner", company: "Tech Startup", rating: 5, @@ -216,7 +216,7 @@ export default function LandingPage() { title="Ready to Transform Your Fitness?" description="Join T.O.O.T.H and connect with our elite trainers. Enter your email and phone number, and we'll reach out to discuss your fitness goals and create a personalized training plan." tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} inputPlaceholder="your.email@example.com"