From 2fe52b50cf344877f0d2e97c893a67db76ef0fd6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 08:16:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34d72bb..b10c132 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,31 +30,19 @@ export default function LandingPage() { @@ -64,70 +52,38 @@ export default function LandingPage() { description="Custom fitness programs designed by experts to help you build strength, burn fat, and sustain a healthy lifestyle." testimonials={[ { - name: "Alex Smith", - handle: "@alexs", - testimonial: "The best training experience I've had. My progress has been incredible!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-brunette-woman-with-soft-natural-make-up-posing-outdoor_291049-2631.jpg", - }, + name: "Alex Smith", handle: "@alexs", testimonial: "The best training experience I've had. My progress has been incredible!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-brunette-woman-with-soft-natural-make-up-posing-outdoor_291049-2631.jpg"}, { - name: "Jamie Doe", - handle: "@jamiedoe", - testimonial: "Professional, motivating, and life-changing. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-headphones_23-2148435366.jpg", - }, + name: "Jamie Doe", handle: "@jamiedoe", testimonial: "Professional, motivating, and life-changing. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-headphones_23-2148435366.jpg"}, { - name: "Chris P.", - handle: "@chrisp", - testimonial: "Everything I needed to get back into shape effectively.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/timid-young-fitness-woman-sportswear-with-headband-with-smile-face-standing-orange-wall_141793-48522.jpg", - }, + name: "Chris P.", handle: "@chrisp", testimonial: "Everything I needed to get back into shape effectively.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/timid-young-fitness-woman-sportswear-with-headband-with-smile-face-standing-orange-wall_141793-48522.jpg"}, { - name: "Morgan Lee", - handle: "@mlee", - testimonial: "The community and support here is unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-exercising-beach_23-2148694868.jpg", - }, + name: "Morgan Lee", handle: "@mlee", testimonial: "The community and support here is unmatched.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-exercising-beach_23-2148694868.jpg"}, { - name: "Taylor W.", - handle: "@tayw", - testimonial: "Finally seeing the results I wanted for years.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", - }, + name: "Taylor W.", handle: "@tayw", testimonial: "Finally seeing the results I wanted for years.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"}, ]} buttons={[ { - text: "Start Free Trial", - href: "#contact", - }, + text: "Start Free Trial", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-training-with-mat_23-2149326120.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-training-with-mat_23-2149326120.jpg" imageAlt="Professional fitness trainer in a gym" avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg", - alt: "Young woman in a white top standing with a coach", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg", alt: "Young woman in a white top standing with a coach"}, { - src: "http://img.b2bpic.net/free-photo/reflection-exercising-woman-mirror-gym_23-2147827899.jpg", - alt: "Reflection of exercising woman on mirror at gym", - }, + src: "http://img.b2bpic.net/free-photo/reflection-exercising-woman-mirror-gym_23-2147827899.jpg", alt: "Reflection of exercising woman on mirror at gym"}, { - src: "http://img.b2bpic.net/free-photo/healthy-bodybuilding-female-strength-gym_1139-713.jpg", - alt: "healthy bodybuilding female strength gym", - }, + src: "http://img.b2bpic.net/free-photo/healthy-bodybuilding-female-strength-gym_1139-713.jpg", alt: "healthy bodybuilding female strength gym"}, { - src: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg", - alt: "Two internationals friends is engaged in a gym", - }, + src: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg", alt: "Two internationals friends is engaged in a gym"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg", - alt: "Young woman in a pink top standing with a coach", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg", alt: "Young woman in a pink top standing with a coach"}, ]} avatarText="Join 5,000+ members" /> @@ -138,7 +94,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Goals are Our Mission" description="We believe fitness is a lifelong journey. Our certified trainers work with you every step of the way to ensure your technique is safe and your results are permanent." - imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32128.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32128.jpg" imageAlt="Personal trainer helping client in a gym" /> @@ -151,20 +107,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strength Building", - description: "Tailored weight and resistance programs.", - imageSrc: "http://img.b2bpic.net/free-photo/grey-dumbbell-white-background_187299-46551.jpg?_wi=1", - }, + title: "Strength Building", description: "Tailored weight and resistance programs.", imageSrc: "http://img.b2bpic.net/free-photo/grey-dumbbell-white-background_187299-46551.jpg"}, { - title: "Nutrition Planning", - description: "Customized macros to fuel your performance.", - imageSrc: "http://img.b2bpic.net/free-photo/health-wellness-diet-exercise-organic-concept_53876-124949.jpg?_wi=1", - }, + title: "Nutrition Planning", description: "Customized macros to fuel your performance.", imageSrc: "http://img.b2bpic.net/free-photo/health-wellness-diet-exercise-organic-concept_53876-124949.jpg"}, { - title: "Performance Tracking", - description: "Consistent monitoring of your stats.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-sportswoman-using-fitness-tracker-while-working-out-gym_637285-8546.jpg?_wi=1", - }, + title: "Performance Tracking", description: "Consistent monitoring of your stats.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sportswoman-using-fitness-tracker-while-working-out-gym_637285-8546.jpg"}, ]} title="Training & Nutrition Expertise" description="We combine science with sweat to deliver comprehensive health results." @@ -173,58 +120,33 @@ export default function LandingPage() {