diff --git a/src/app/page.tsx b/src/app/page.tsx
index 98cf45f..4b7ef55 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,141 +30,31 @@ export default function LandingPage() {
@@ -268,23 +94,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Gym Milestones"
tag="Our Impact"
- metrics={[
- {
- id: "m1",
- value: "100+",
- description: "Happy Clients",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Always Open",
- },
- {
- id: "m3",
- value: "4.5",
- description: "Avg Rating",
- },
- ]}
+ metrics={[{ id: "m1", value: "100+", description: "Happy Clients" }, { id: "m2", value: "24/7", description: "Always Open" }, { id: "m3", value: "4.5", description: "Avg Rating" }]}
metricsAnimation="slide-up"
/>
@@ -294,43 +104,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- testimonials={[
- {
- id: "t1",
- name: "Sarah",
- role: "Member",
- testimonial: "Great gym for transformation!",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg",
- },
- {
- id: "t2",
- name: "Ahmed",
- role: "Athlete",
- testimonial: "Trainers are very helpful.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-skateboard_23-2148721087.jpg",
- },
- {
- id: "t3",
- name: "Laila",
- role: "Beginner",
- testimonial: "Perfect for beginners.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-listening-music-dark-wall_176420-663.jpg",
- },
- {
- id: "t4",
- name: "Mark",
- role: "Client",
- testimonial: "Best gym in Doha, hands down.",
- imageSrc: "http://img.b2bpic.net/free-photo/tense-muscles-hands-load-man-doing-exercise-biceps-gym-work-tell-muscles-simulator-photos-sporting-magazines-posters-websites_639032-2740.jpg",
- },
- {
- id: "t5",
- name: "Fatima",
- role: "Member",
- testimonial: "Total lifestyle shift.",
- imageSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg",
- },
- ]}
+ testimonials={[{ id: "t1", name: "Sarah", role: "Member", testimonial: "Great gym for transformation!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg" }, { id: "t2", name: "Ahmed", role: "Athlete", testimonial: "Trainers are very helpful.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-skateboard_23-2148721087.jpg" }, { id: "t3", name: "Laila", role: "Beginner", testimonial: "Perfect for beginners.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-listening-music-dark-wall_176420-663.jpg" }, { id: "t4", name: "Mark", role: "Client", testimonial: "Best gym in Doha, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/tense-muscles-hands-load-man-doing-exercise-biceps-gym-work-tell-muscles-simulator-photos-sporting-magazines-posters-websites_639032-2740.jpg" }, { id: "t5", name: "Fatima", role: "Member", testimonial: "Total lifestyle shift.", imageSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg" }]}
title="Real Results. Real People."
description="Trusted by over 100 fitness enthusiasts."
/>
@@ -338,32 +112,10 @@ export default function LandingPage() {