From 4f170ba53585faf00ca0df852718edded8a20f0e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index effc8bd..cf45f4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Ayşe K.", handle: "Hastamız", testimonial: "Çok profesyonel bir ekip. Ağrısız işlem ve temiz ortam beni çok etkiledi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "patient satisfied smile happy person" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1", imageAlt: "patient satisfied smile happy person" }, { name: "Mehmet D.", handle: "Hastamız", testimonial: "Acil diş ağrısında aynı gün randevu aldım. Çok memnunum.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", imageAlt: "patient review healthcare testimonial person" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1", imageAlt: "patient review healthcare testimonial person" }, { name: "Zeynep T.", handle: "Hastamız", testimonial: "Implant tedavisi için geldim. Başlangıçtan sonuna kadar detaylı anlatım yapıldı.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "medical patient satisfied customer smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=1", imageAlt: "medical patient satisfied customer smile portrait" } ]} testimonialRotationInterval={5000} @@ -160,27 +160,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ayşe Kara", role: "Şirket Müdürü", company: "İstanbul", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "patient satisfied smile happy person" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2", imageAlt: "patient satisfied smile happy person" }, { id: "2", name: "Mehmet Demir", role: "Mühendis", company: "Esenyurt", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", imageAlt: "patient review healthcare testimonial person" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=2", imageAlt: "patient review healthcare testimonial person" }, { id: "3", name: "Zeynep Turan", role: "Öğretmen", company: "Avcılar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "medical patient satisfied customer smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=2", imageAlt: "medical patient satisfied customer smile portrait" }, { id: "4", name: "Elif Yavuz", role: "Grafik Tasarımcı", company: "Bakırköy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", imageAlt: "patient healthcare confidence smile" + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=1", imageAlt: "patient healthcare confidence smile" }, { id: "5", name: "Serhat Çetin", role: "Satış Müdürü", company: "Bayrampaşa", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", imageAlt: "satisfied patient medical service smile happy" + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=2", imageAlt: "satisfied patient medical service smile happy" }, { id: "6", name: "Hande Kaya", role: "Pazarlamacı", company: "Esenyurt", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "patient testimonial healthcare portrait person" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=3", imageAlt: "patient testimonial healthcare portrait person" } ]} />