Update src/app/page.tsx

This commit is contained in:
2026-03-05 02:01:22 +00:00
parent 4f170ba535
commit 852b3abba1

View File

@@ -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?_wi=1", imageAlt: "patient satisfied smile happy person"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", 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?_wi=1", imageAlt: "patient review healthcare testimonial person"
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", 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?_wi=1", imageAlt: "medical patient satisfied customer smile portrait"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "medical patient satisfied customer smile portrait"
}
]}
testimonialRotationInterval={5000}
@@ -125,7 +125,7 @@ export default function LandingPage() {
title: "Dolgu Tedavisi", description: "Çürüklü dişlerin estetik ve dayanıklı çözümü."
},
{
icon: Activity,
icon: Zap,
title: "Ortodonti (Tel)", description: "Çocuklar ve yetişkinler için uyumlu fiyatlarla diş hizalama."
}
]}
@@ -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?_wi=2", imageAlt: "patient satisfied smile happy person"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", 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?_wi=2", imageAlt: "patient review healthcare testimonial person"
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", 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?_wi=2", imageAlt: "medical patient satisfied customer smile portrait"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", 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?_wi=1", imageAlt: "patient healthcare confidence smile"
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", 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?_wi=2", imageAlt: "satisfied patient medical service smile happy"
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", 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?_wi=3", imageAlt: "patient testimonial healthcare portrait person"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "patient testimonial healthcare portrait person"
}
]}
/>