diff --git a/src/app/page.tsx b/src/app/page.tsx index 0526485..7ea4186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,42 +33,24 @@ export default function LandingPage() { @@ -76,45 +58,28 @@ export default function LandingPage() {
@@ -126,19 +91,13 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Active Members", - value: "500+", - }, + label: "Active Members", value: "500+"}, { icon: Activity, - label: "Top Equipment", - value: "100+", - }, + label: "Top Equipment", value: "100+"}, { icon: Trophy, - label: "Success Stories", - value: "150+", - }, + label: "Success Stories", value: "150+"}, ]} metricsAnimation="slide-up" /> @@ -151,55 +110,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Modern Equipment", - description: "Access to the latest fitness technology and machines, ensuring an effective and safe workout every time.", - icon: Activity, + title: "Modern Equipment", description: "Access to the latest fitness technology and machines, ensuring an effective and safe workout every time.", icon: Activity, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-fit-man-flexing_53876-94897.jpg", - imageAlt: "Rows of modern weightlifting equipment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-fit-man-flexing_53876-94897.jpg", imageAlt: "Rows of modern weightlifting equipment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/athlete-treadmill-gym-shirtless-man-gym-sports-lifestyle_169016-59854.jpg", - imageAlt: "Person using a leg press machine", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-black-shorts-holding-dumbell-studio-shoot-grey-background_613910-15388.jpg?_wi=2", - imageAlt: "modern gym weight machines", + imageSrc: "http://img.b2bpic.net/free-photo/athlete-treadmill-gym-shirtless-man-gym-sports-lifestyle_169016-59854.jpg", imageAlt: "Person using a leg press machine"}, + ] }, { - title: "Expert Trainers", - description: "Our team of certified professionals is dedicated to guiding your fitness journey, providing personalized plans and motivation.", - icon: Users, + title: "Expert Trainers", description: "Our team of certified professionals is dedicated to guiding your fitness journey, providing personalized plans and motivation.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-showing-folder_23-2148010752.jpg", - imageAlt: "Personal trainer guiding a client through an exercise", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-showing-folder_23-2148010752.jpg", imageAlt: "Personal trainer guiding a client through an exercise"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828899.jpg", - imageAlt: "Group training session in a gym", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg?_wi=2", - imageAlt: "modern gym weight machines", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828899.jpg", imageAlt: "Group training session in a gym"}, + ] }, { - title: "Diverse Classes", - description: "From high-energy cardio to strength training, yoga, and HIIT, find the perfect class to challenge and inspire you.", - icon: Activity, + title: "Diverse Classes", description: "From high-energy cardio to strength training, yoga, and HIIT, find the perfect class to challenge and inspire you.", icon: Activity, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/group-young-sporty-people-standing-warrior-one-exercise_1163-4954.jpg", - imageAlt: "Group participating in a yoga class", - }, + imageSrc: "http://img.b2bpic.net/free-photo/group-young-sporty-people-standing-warrior-one-exercise_1163-4954.jpg", imageAlt: "Group participating in a yoga class"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-doing-sport_23-2149033493.jpg", - imageAlt: "High-intensity interval training class in progress", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-doing-pushups-while-exercising-gym_637285-8306.jpg?_wi=2", - imageAlt: "modern gym weight machines", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-doing-sport_23-2149033493.jpg", imageAlt: "High-intensity interval training class in progress"}, + ] }, ]} title="Our State-of-the-Art Facilities & Programs" @@ -214,60 +149,31 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Value", - badgeIcon: Sparkles, - price: "$29/month", - subtitle: "Essential Access", - buttons: [ + id: "basic", badge: "Value", badgeIcon: Sparkles, + price: "$29/month", subtitle: "Essential Access", buttons: [ { - text: "Select Basic", - href: "#contact", - }, + text: "Select Basic", href: "#contact"}, ], features: [ - "Gym Access (Mon-Fri)", - "All Cardio Equipment", - "Basic Weight Training Area", - ], + "Gym Access (Mon-Fri)", "All Cardio Equipment", "Basic Weight Training Area"], }, { - id: "pro", - badge: "Popular", - badgeIcon: Star, - price: "$49/month", - subtitle: "Unlimited Fitness", - buttons: [ + id: "pro", badge: "Popular", badgeIcon: Star, + price: "$49/month", subtitle: "Unlimited Fitness", buttons: [ { - text: "Select Pro", - href: "#contact", - }, + text: "Select Pro", href: "#contact"}, ], features: [ - "24/7 Gym Access", - "All Group Classes", - "Advanced Weight Training", - "Sauna & Locker Facilities", - ], + "24/7 Gym Access", "All Group Classes", "Advanced Weight Training", "Sauna & Locker Facilities"], }, { - id: "premium", - badge: "Elite", - badgeIcon: Crown, - price: "$89/month", - subtitle: "Personalized Experience", - buttons: [ + id: "premium", badge: "Elite", badgeIcon: Crown, + price: "$89/month", subtitle: "Personalized Experience", buttons: [ { - text: "Select Premium", - href: "#contact", - }, + text: "Select Premium", href: "#contact"}, ], features: [ - "All Pro Benefits", - "2 Personal Training Sessions/Month", - "Nutritional Guidance", - "Priority Booking for Classes", - ], + "All Pro Benefits", "2 Personal Training Sessions/Month", "Nutritional Guidance", "Priority Booking for Classes"], }, ]} title="Flexible Membership Plans" @@ -282,64 +188,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Ata", - role: "Local Expert", - company: "Long-Term Member", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/motivated-young-female-athlete-smiling-gym-using-leg-press-equipment_197531-22868.jpg", - videoAriaLabel: "Ata's testimonial", - }, + id: "1", name: "Ata", role: "Local Expert", company: "Long-Term Member", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/motivated-young-female-athlete-smiling-gym-using-leg-press-equipment_197531-22868.jpg", videoAriaLabel: "Ata's testimonial"}, { - id: "2", - name: "Sənan Əsgərov", - role: "Fitness Enthusiast", - company: "Nitro Gym Member", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-fitness-woman-shows-strong-arm-flexing-miceps-shows-muscles-gym-workout-results-healthy-body-standing-white-background_176420-47072.jpg", - videoAriaLabel: "Sənan Əsgərov's testimonial", - }, + id: "2", name: "Sənan Əsgərov", role: "Fitness Enthusiast", company: "Nitro Gym Member", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-fitness-woman-shows-strong-arm-flexing-miceps-shows-muscles-gym-workout-results-healthy-body-standing-white-background_176420-47072.jpg", videoAriaLabel: "Sənan Əsgərov's testimonial"}, { - id: "3", - name: "Rafael Novruzlu", - role: "Local Expert", - company: "Highly Recommended", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-gym_23-2148625827.jpg", - videoAriaLabel: "Rafael Novruzlu's testimonial", - }, + id: "3", name: "Rafael Novruzlu", role: "Local Expert", company: "Highly Recommended", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-gym_23-2148625827.jpg", videoAriaLabel: "Rafael Novruzlu's testimonial"}, { - id: "4", - name: "Sarah J.", - role: "New Member", - company: "Transformed Fitness", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-thinks-personal-training-plans-dreams-become-new-qualified-dressed-sportsclothes-practices-yoga-pilates-walks-fitness-centre-health-club-stands-downtown_273609-54034.jpg", - videoAriaLabel: "Sarah J.'s testimonial", - }, + id: "4", name: "Sarah J.", role: "New Member", company: "Transformed Fitness", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-thinks-personal-training-plans-dreams-become-new-qualified-dressed-sportsclothes-practices-yoga-pilates-walks-fitness-centre-health-club-stands-downtown_273609-54034.jpg", videoAriaLabel: "Sarah J.'s testimonial"}, { - id: "5", - name: "Mark D.", - role: "Dedicated Lifter", - company: "Stronger Every Day", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-man-maker-workout-morning_654080-517.jpg", - videoAriaLabel: "Mark D.'s testimonial", - }, + id: "5", name: "Mark D.", role: "Dedicated Lifter", company: "Stronger Every Day", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-man-maker-workout-morning_654080-517.jpg", videoAriaLabel: "Mark D.'s testimonial"}, ]} kpiItems={[ { - value: "4.7", - label: "Average Rating", - }, + value: "4.7", label: "Average Rating"}, { - value: "63+", - label: "Positive Reviews", - }, + value: "63+", label: "Positive Reviews"}, { - value: "95%", - label: "Satisfaction Rate", - }, + value: "95%", label: "Satisfaction Rate"}, ]} title="What Our Members Say" description="Hear from our satisfied community members who have achieved incredible results and love being a part of Nitro Gym." @@ -354,26 +224,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "John Smith", - role: "Head Fitness Coach", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-man-dark-blue-shirt-posing-grey-background-studio_613910-12752.jpg", - imageAlt: "John Smith, Head Fitness Coach", - }, + id: "1", name: "John Smith", role: "Head Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-man-dark-blue-shirt-posing-grey-background-studio_613910-12752.jpg", imageAlt: "John Smith, Head Fitness Coach"}, { - id: "2", - name: "Emily White", - role: "Personal Training Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", - imageAlt: "Emily White, Personal Training Specialist", - }, + id: "2", name: "Emily White", role: "Personal Training Specialist", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "Emily White, Personal Training Specialist"}, { - id: "3", - name: "David Green", - role: "Group Class Instructor", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015525.jpg", - imageAlt: "David Green, Group Class Instructor", - }, + id: "3", name: "David Green", role: "Group Class Instructor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015525.jpg", imageAlt: "David Green, Group Class Instructor"}, ]} title="Meet Our Dedicated Trainers" description="Our team of passionate and certified trainers is here to help you crush your goals and unlock your full potential." @@ -385,25 +240,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What are Nitro Gym's operating hours?", - content: "Nitro Gym is open from 9:00 AM to 11:30 PM on weekdays. Please check our schedule for weekend hours and holiday exceptions.", - }, + id: "1", title: "What are Nitro Gym's operating hours?", content: "Nitro Gym is open from 9:00 AM to 11:30 PM on weekdays. Please check our schedule for weekend hours and holiday exceptions."}, { - id: "2", - title: "Do you offer personal training sessions?", - content: "Yes, we offer personalized one-on-one and small group training sessions with our certified trainers. You can book sessions through our front desk or online portal.", - }, + id: "2", title: "Do you offer personal training sessions?", content: "Yes, we offer personalized one-on-one and small group training sessions with our certified trainers. You can book sessions through our front desk or online portal."}, { - id: "3", - title: "What facilities are available at Nitro Gym?", - content: "Our gym features state-of-the-art cardio and strength equipment, a dedicated functional training area, group fitness studios, clean locker rooms, and a comfortable lounge area.", - }, + id: "3", title: "What facilities are available at Nitro Gym?", content: "Our gym features state-of-the-art cardio and strength equipment, a dedicated functional training area, group fitness studios, clean locker rooms, and a comfortable lounge area."}, { - id: "4", - title: "Can I get a trial membership?", - content: "Yes, we offer a free trial pass for first-time visitors. Please contact us to learn more about our trial options and schedule your visit.", - }, + id: "4", title: "Can I get a trial membership?", content: "Yes, we offer a free trial pass for first-time visitors. Please contact us to learn more about our trial options and schedule your visit."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common questions about Nitro Gym, our memberships, facilities, and services." @@ -416,20 +259,15 @@ export default function LandingPage() { @@ -442,19 +280,13 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/nitrogym", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/nitrogym", ariaLabel: "Instagram"}, { icon: Facebook, - href: "https://facebook.com/nitrogym", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/nitrogym", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/nitrogym", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/nitrogym", ariaLabel: "Twitter"}, ]} />