From dcfc67b60e0d8ff389b6e801eb990fb931a08712 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 20:39:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 356 +++++------------------------------------------ 1 file changed, 36 insertions(+), 320 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab10144..53ca7d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -277,28 +114,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - team={[ - { - id: "t1", - name: "Alex Dubois", - role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-her-client-using-dumbbell_23-2148795230.jpg", - }, - { - id: "t2", - name: "Sarah Mansour", - role: "Cycling Pro", - imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23271.jpg", - }, - { - id: "t3", - name: "Mark Wilson", - role: "Performance Coach", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-64158.jpg", - }, - ]} + team={[{ id: "t1", name: "Alex Dubois", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-her-client-using-dumbbell_23-2148795230.jpg" }]} title="Meet Our Elite Coaches" - description="Our team of world-class fitness professionals is dedicated to helping you reach your peak performance." + description="Our team is dedicated to your peak performance." /> @@ -307,64 +125,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Yassine B.", - role: "Entrepreneur", - company: "Casablanca Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-athletic-wear-posing-stairs-outdoors_23-2148773869.jpg", - }, - { - id: "2", - name: "Sofia R.", - role: "Director", - company: "Creative Agency", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-practicing-sports-with-use-foam-roller_23-2151742483.jpg", - }, - { - id: "3", - name: "Omar K.", - role: "Manager", - company: "Global Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", - }, - { - id: "4", - name: "Lina M.", - role: "Architect", - company: "Design Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219909.jpg", - }, - { - id: "5", - name: "Karim S.", - role: "Consultant", - company: "Strategic Firm", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sporty-motivated-woman-tracksuit-keeps-hands-waist-being-good-physical-shapes-does-exersies-open-air-focused-into-distance-has-regular-training-leads-healthy-lifestyle-workout-concept_273609-55471.jpg", - }, - ]} - kpiItems={[ - { - value: "98%", - label: "Satisfaction Rate", - }, - { - value: "5k+", - label: "Hours Trained", - }, - { - value: "100%", - label: "Excellence", - }, - ]} - title="What Members Say" - description="Hear from our exclusive community about their experience at Privilège." + testimonials={[{ id: "1", name: "Yassine B.", role: "Entrepreneur", company: "Casablanca Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-athletic-wear-posing-stairs-outdoors_23-2148773869.jpg" }]} + kpiItems={[{ value: "98%", label: "Satisfaction" }, { value: "5k+", label: "Hours" }, { value: "100%", label: "Luxury" }]} + title="Member Feedback" + description="What our elite community says." /> @@ -372,24 +136,10 @@ export default function LandingPage() { @@ -397,12 +147,10 @@ export default function LandingPage() {
@@ -410,44 +158,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file