From 434ad30f34b42329eb9af693a3f885bcca70415b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:46:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a795b2f..7ae127d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,16 +78,16 @@ export default function LandingPage() { tagIcon={MessageSquare} testimonials={[ { - id: "1", name: "Ayşe Kaya", role: "Etimesgut Sakinesi", testimonial: "Aletlerin temizliği iyi, hocalar güler yüzlü, ortam ferah ve temiz. Tam aradığım spor salonu!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Ayşe Kaya portresi" + id: "1", name: "Ayşe Kaya", role: "Etimesgut Sakinesi", testimonial: "Aletlerin temizliği iyi, hocalar güler yüzlü, ortam ferah ve temiz. Tam aradığım spor salonu!", imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-8927.jpg?id=20076112", imageAlt: "Ayşe Kaya portresi" }, { id: "2", name: "Mehmet Demir", role: "Elvankent Başkanı", testimonial: "Salon, ekipmanlar ve ilgilenen hocalar çok başarılı. Buraya her gelmekten mutluyum.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-running-treadmill-while-exercising-gym_637285-8374.jpg", imageAlt: "Mehmet Demir portresi" }, { - id: "3", name: "Zeynep Erdoğan", role: "Ankara İşletmeci", testimonial: "Temizlik, nezihlik ve keyifli spor ortamı arayanlar için doğru adres. Tavsiye ederim!", imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-541.jpg", imageAlt: "Zeynep Erdoğan portresi" + id: "3", name: "Zeynep Erdoğan", role: "Ankara İşletmeci", testimonial: "Temizlik, nezihlik ve keyifli spor ortamı arayanlar için doğru adres. Tavsiye ederim!", imageSrc: "http://img.b2bpic.net/premium-photo/portrait-sporty-woman_53876-154885.jpg?id=20189997", imageAlt: "Zeynep Erdoğan portresi" }, { - id: "4", name: "Ali Yılmaz", role: "Ilk Kez Başlayanlar", testimonial: "Başlangıç için mükemmel bir yer. Hocalar çok yardımcı ve herkes misafirperver. Hiç pişman değilim.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-617.jpg", imageAlt: "Ali Yılmaz portresi" + id: "4", name: "Ali Yılmaz", role: "Ilk Kez Başlayanlar", testimonial: "Başlangıç için mükemmel bir yer. Hocalar çok yardımcı ve herkes misafirperver. Hiç pişman değilim.", imageSrc: "http://img.b2bpic.net/premium-photo/photo-young-man-who-models-studio-shooting_593040-1020.jpg?id=22846186", imageAlt: "Ali Yılmaz portresi" } ]} containerClassName="py-20 bg-white" -- 2.49.1