diff --git a/src/app/page.tsx b/src/app/page.tsx index e05b61f..ee4f24d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,11 @@ export default function LandingPage() { @@ -184,21 +78,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Cardio Zone", - description: "Modern machines to boost endurance.", - imageSrc: "http://img.b2bpic.net/free-photo/morning-jogging-treadmill_329181-14115.jpg", - }, - { - title: "Strength Building", - description: "Professional equipment for gains.", - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11090.jpg", - }, - { - title: "Yoga & Wellness", - description: "Mental health and stretching programs.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-young-woman-practicing_344912-1718.jpg", - }, + { title: "Cardio Zone", description: "Modern machines to boost endurance.", imageSrc: "http://img.b2bpic.net/free-photo/morning-jogging-treadmill_329181-14115.jpg" }, + { title: "Strength Building", description: "Professional equipment for gains.", imageSrc: "http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11090.jpg" }, + { title: "Yoga & Wellness", description: "Mental health and stretching programs.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-young-woman-practicing_344912-1718.jpg" } ]} title="Our Training Services" description="Comprehensive fitness solutions tailored to every fitness level." @@ -211,27 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "500+", - title: "Members", - description: "Strong community members.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-benchmark-illustration_52683-83386.jpg", - }, - { - id: "m2", - value: "10+", - title: "Trainers", - description: "Expert guidance.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-weights_23-2148523223.jpg", - }, - { - id: "m3", - value: "15+", - title: "Classes", - description: "Varied wellness programs.", - imageSrc: "http://img.b2bpic.net/free-vector/online-survey-results-analysis-pie-charts-infographics-analyzing-process-business-financial-reports-analytics-social-poll-answers-statistics_335657-2625.jpg", - }, + { id: "m1", value: "500+", title: "Members", description: "Strong community members.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-benchmark-illustration_52683-83386.jpg" }, + { id: "m2", value: "10+", title: "Trainers", description: "Expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-weights_23-2148523223.jpg" } ]} title="Proven Results" description="We are proud of the impact we've had on the MKB Nagar fitness community." @@ -244,24 +107,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { - id: "t1", - name: "Vikram K.", - role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg", - }, - { - id: "t2", - name: "Priya S.", - role: "Wellness Expert", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training_23-2148419894.jpg", - }, - { - id: "t3", - name: "Rahul M.", - role: "Strength Trainer", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", - }, + { id: "t1", name: "Vikram K.", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg" }, + { id: "t2", name: "Priya S.", role: "Wellness Expert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training_23-2148419894.jpg" } ]} title="Meet Your Trainers" description="Our experts are here to help you unlock your best performance." @@ -272,31 +119,7 @@ export default function LandingPage() { @@ -352,29 +157,10 @@ export default function LandingPage() {