diff --git a/src/app/page.tsx b/src/app/page.tsx index c54bc82..8c7a9fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,137 +31,53 @@ export default function LandingPage() {
@@ -171,9 +87,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Built for the Urban Athlete" description={[ - "Fit 21 isn't just a gym; it's an urban sanctuary designed for those who demand more from their workouts. We integrate premium technology with functional training to help you hit your peak.", - "Whether you're a beginner or a veteran athlete, our community supports your path to health and performance excellence.", - ]} + "Fit 21 isn't just a gym; it's an urban sanctuary designed for those who demand more from their workouts. We integrate premium technology with functional training to help you hit your peak.", "Whether you're a beginner or a veteran athlete, our community supports your path to health and performance excellence."]} /> @@ -183,27 +97,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Strength Training", - description: "Elite-level weights and racks.", - tag: "Elite", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg", - }, - { - id: "2", - title: "Cardio Suite", - description: "Latest tech in endurance cardio.", - tag: "Endurance", - imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-workout-gym-full-shot_23-2149740131.jpg", - }, - { - id: "3", - title: "Functional Area", - description: "Space for movement and recovery.", - tag: "Flexible", - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9241.jpg", - }, + { id: "1", title: "Strength Training", description: "Elite-level weights and racks.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg" }, + { id: "2", title: "Cardio Suite", description: "Latest tech in endurance cardio.", tag: "Endurance", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-workout-gym-full-shot_23-2149740131.jpg" }, + { id: "3", title: "Functional Area", description: "Space for movement and recovery.", tag: "Flexible", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9241.jpg" }, ]} title="Training Elevated" description="We provide the infrastructure and support you need to succeed." @@ -216,21 +112,9 @@ export default function LandingPage() { title="Fit 21 by the Numbers" tag="Performance" metrics={[ - { - id: "m1", - value: "1500+", - description: "Active members", - }, - { - id: "m2", - value: "24/7", - description: "Access available", - }, - { - id: "m3", - value: "15+", - description: "Pro trainers", - }, + { id: "m1", value: "1500+", description: "Active members" }, + { id: "m2", value: "24/7", description: "Access available" }, + { id: "m3", value: "15+", description: "Pro trainers" }, ]} metricsAnimation="slide-up" /> @@ -243,37 +127,12 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Core", - price: "$49", - subtitle: "Access all hours", - features: [ - "Gym floor access", - "Showers", - ], - buttons: [ - { - text: "Choose", - href: "#", - }, - ], + id: "basic", badge: "Core", price: "$49", subtitle: "Access all hours", features: ["Gym floor access", "Showers"], + buttons: [{ text: "Choose", href: "#" }] }, { - id: "pro", - badge: "Elite", - price: "$89", - subtitle: "Full experience", - features: [ - "Everything in Core", - "Classes", - "Towel service", - ], - buttons: [ - { - text: "Choose", - href: "#", - }, - ], + id: "pro", badge: "Elite", price: "$89", subtitle: "Full experience", features: ["Everything in Core", "Classes", "Towel service"], + buttons: [{ text: "Choose", href: "#" }] }, ]} title="Flexible Memberships" @@ -288,26 +147,11 @@ export default function LandingPage() { rating={5} author="Marcus Thorne" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111693.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg", - alt: "John", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-sweaty-fitness-woman-smiling-leaning-knees-looking-satisfied-after-workout-athlete-running-track-with-pleased-face-white-background_176420-47086.jpg", - alt: "Anna", - }, - { - src: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg", - alt: "Mark", - }, - { - src: "http://img.b2bpic.net/free-photo/cheerful-african-man-headphones-smiling-stretching-hand_176420-12652.jpg", - alt: "David", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111693.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg", alt: "John" }, + { src: "http://img.b2bpic.net/free-photo/portrait-sweaty-fitness-woman-smiling-leaning-knees-looking-satisfied-after-workout-athlete-running-track-with-pleased-face-white-background_176420-47086.jpg", alt: "Anna" }, + { src: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg", alt: "Mark" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-african-man-headphones-smiling-stretching-hand_176420-12652.jpg", alt: "David" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -319,21 +163,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Are there classes included?", - content: "Yes, our Elite plan includes all group fitness sessions.", - }, - { - id: "f2", - title: "Do I need a key tag?", - content: "We use biometrics for entry for ultimate convenience.", - }, - { - id: "f3", - title: "Is there parking?", - content: "Free validated parking is available for members.", - }, + { id: "f1", title: "Are there classes included?", content: "Yes, our Elite plan includes all group fitness sessions." }, + { id: "f2", title: "Do I need a key tag?", content: "We use biometrics for entry for ultimate convenience." }, + { id: "f3", title: "Is there parking?", content: "Free validated parking is available for members." }, ]} title="Common Questions" description="Get clarity on our gym policies." @@ -344,9 +176,7 @@ export default function LandingPage() {