diff --git a/src/app/page.tsx b/src/app/page.tsx index 181971a..6eab590 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -62,15 +50,12 @@ export default function LandingPage() {
@@ -82,20 +67,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Expert Guidance", - description: "Personalized form correction and dedicated support from certified professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg", - }, + title: "Expert Guidance", description: "Personalized form correction and dedicated support from certified professionals.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg"}, { - title: "Modern Equipment", - description: "State-of-the-art machines and spacious workout zones for all levels.", - imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", - }, + title: "Modern Equipment", description: "State-of-the-art machines and spacious workout zones for all levels.", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg"}, { - title: "Hygienic Facilities", - description: "Strict cleanliness standards and fully air-conditioned spaces for your comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/exercise-active-strong-wellness-healthcare-word_53876-121394.jpg", - }, + title: "Hygienic Facilities", description: "Strict cleanliness standards and fully air-conditioned spaces for your comfort.", imageSrc: "http://img.b2bpic.net/free-photo/exercise-active-strong-wellness-healthcare-word_53876-121394.jpg"}, ]} title="Why Aura Fitness?" description="Experience a fitness journey like no other in our premium Kharadi facility." @@ -110,23 +86,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "t1", - name: "Pratik", - role: "Lead Strength Coach", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", - }, + id: "t1", name: "Pratik", role: "Lead Strength Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg"}, { - id: "t2", - name: "Rishi", - role: "Personal Training Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg", - }, + id: "t2", name: "Rishi", role: "Personal Training Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg"}, { - id: "t3", - name: "Ananya", - role: "Yoga & Wellness Expert", - imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-practices-anti-gravity-yoga_158595-4513.jpg", - }, + id: "t3", name: "Ananya", role: "Yoga & Wellness Expert", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-practices-anti-gravity-yoga_158595-4513.jpg"}, ]} title="Meet Your Coaches" description="Our expert trainers are dedicated to your individual progress and safety." @@ -140,40 +104,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Software Professional", - testimonial: "The most motivating gym experience ever. Trainers really care about my form.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", - }, + id: "1", name: "Sarah J.", role: "Software Professional", testimonial: "The most motivating gym experience ever. Trainers really care about my form.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg"}, { - id: "2", - name: "Vikram K.", - role: "Entrepreneur", - testimonial: "Finally, a gym that maintains high hygiene standards and premium equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg", - }, + id: "2", name: "Vikram K.", role: "Entrepreneur", testimonial: "Finally, a gym that maintains high hygiene standards and premium equipment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg"}, { - id: "3", - name: "Pooja M.", - role: "Architect", - testimonial: "I used to be nervous about gyms, but the support here is incredible.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg", - }, + id: "3", name: "Pooja M.", role: "Architect", testimonial: "I used to be nervous about gyms, but the support here is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg"}, { - id: "4", - name: "Arjun D.", - role: "Consultant", - testimonial: "Results-driven atmosphere with expert trainers like Pratik and Rishi.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-woman-running_171337-9022.jpg", - }, + id: "4", name: "Arjun D.", role: "Consultant", testimonial: "Results-driven atmosphere with expert trainers like Pratik and Rishi.", imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-woman-running_171337-9022.jpg"}, { - id: "5", - name: "Meera S.", - role: "Teacher", - testimonial: "Spacious facility, professional staff. Highly recommend for any fitness level.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-sporty-man-wearing-headband-wristbands-with-headphones-neck-pointing-himself-isolated-green_141793-77166.jpg", - }, + id: "5", name: "Meera S.", role: "Teacher", testimonial: "Spacious facility, professional staff. Highly recommend for any fitness level.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-sporty-man-wearing-headband-wristbands-with-headphones-neck-pointing-himself-isolated-green_141793-77166.jpg"}, ]} title="Success Stories" description="Hear what our members have to say about their transformation journey." @@ -187,51 +126,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - name: "Starter", - price: "₹1,999", - features: [ - "Gym Access", - "Basic Assessment", - "General Support", - ], + id: "starter", name: "Starter", price: "₹1,999", features: [ + "Gym Access", "Basic Assessment", "General Support"], buttons: [ { - text: "Join Now", - href: "#contact", - }, + text: "Join Now", href: "#contact"}, ], }, { - id: "pro", - name: "Pro Membership", - price: "₹3,499", - features: [ - "Full Gym Access", - "Personalized Plan", - "Group Classes", - ], + id: "pro", name: "Pro Membership", price: "₹3,499", features: [ + "Full Gym Access", "Personalized Plan", "Group Classes"], buttons: [ { - text: "Choose Pro", - href: "#contact", - }, + text: "Choose Pro", href: "#contact"}, ], }, { - id: "elite", - name: "Elite Personal", - price: "₹5,999", - features: [ - "1-on-1 Training", - "Diet Plan", - "Priority Booking", - ], + id: "elite", name: "Elite Personal", price: "₹5,999", features: [ + "1-on-1 Training", "Diet Plan", "Priority Booking"], buttons: [ { - text: "Go Elite", - href: "#contact", - }, + text: "Go Elite", href: "#contact"}, ], }, ]} @@ -246,20 +161,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do I need prior gym experience?", - content: "Absolutely not! We welcome beginners and offer personalized guidance.", - }, + id: "f1", title: "Do I need prior gym experience?", content: "Absolutely not! We welcome beginners and offer personalized guidance."}, { - id: "f2", - title: "What equipment is available?", - content: "We offer a complete range of modern cardio, strength, and functional equipment.", - }, + id: "f2", title: "What equipment is available?", content: "We offer a complete range of modern cardio, strength, and functional equipment."}, { - id: "f3", - title: "Is the facility air-conditioned?", - content: "Yes, our entire facility is fully air-conditioned for your comfort.", - }, + id: "f3", title: "Is the facility air-conditioned?", content: "Yes, our entire facility is fully air-conditioned for your comfort."}, ]} imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199351.jpg" mediaAnimation="slide-up" @@ -273,14 +179,11 @@ export default function LandingPage() {
@@ -290,42 +193,27 @@ export default function LandingPage() { logoText="AURA FITNESS" columns={[ { - title: "Gym", - items: [ + title: "Gym", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Trainers", - href: "#team", - }, + label: "Trainers", href: "#team"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -334,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file