From 3cb0615f05a5486153c03dbb56580c65a51f1a60 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:11:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6294af1..0f4403c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,10 +128,6 @@ export default function LandingPage() { id: "3", name: "Desalegn Mekonnen", handle: "@Desalegn_Fit", testimonial: "Best gym facility in the city. The outdoor sports field and professional environment make it worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fit-man-working-out-indoors-with-dumbbells_23-2149175334.jpg", imageAlt: "Desalegn Mekonnen"}, { id: "4", name: "Selamawit Alemu", handle: "@SelamFitnessJourney", testimonial: "The trainers here understand my goals and push me to be better every single day. Highly recommend Youth Center!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174802.jpg", imageAlt: "Selamawit Alemu"}, - { - id: "5", name: "Yohannes Kebede", handle: "@YohannesTone", testimonial: "Perfect location, amazing facilities, and the community spirit is what makes Youth Center special. This is my second home.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-looking-confident-smiling-with-arms-crossed-standing-orange-wall_141793-55561.jpg", imageAlt: "Yohannes Kebede"}, - { - id: "6", name: "Alemayehu Assefa", handle: "@AlemayehuStrong", testimonial: "Joining Youth Center was the best decision for my fitness. The professional atmosphere motivates me every day.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-cool-confident-young-afro-american-20-year-old-man-wearing-white-sleeveless-t-shirt-posing-isolated-handsome-serious-dark-skinned-guy-with-muscular-shoulders-resting-indoors_343059-403.jpg", imageAlt: "Alemayehu Assefa"}, ]} animationType="slide-up" title="What Our Members Say" @@ -187,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file