From cea1631d04cf0fea5711fe32b81adcdec56705e8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:13:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f00720f..edc2718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function DentalClinicPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg", imageAlt: "Diş Hekimi Taner Çavuş" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg?_wi=1", imageAlt: "Diş Hekimi Taner Çavuş" } ]} tag="Profesyonel Diş Hekimi" @@ -84,27 +84,27 @@ export default function DentalClinicPage() { features={[ { id: "service-1", title: "Diş Muayenesi", descriptions: ["Kapsamlı ağız ve diş kontrolü", "Profesyonel değerlendirme ve tavsiye"], - imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg", imageAlt: "Diş muayenesi" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg?_wi=1", imageAlt: "Diş muayenesi" }, { id: "service-2", title: "Diş Dolgusu", descriptions: ["Modern resin dolgular", "Doğal görünüm ve dayanıklılık"], - imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg", imageAlt: "Diş dolgusu tedavisi" + imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg?_wi=1", imageAlt: "Diş dolgusu tedavisi" }, { id: "service-3", title: "Kanal Tedavisi", descriptions: ["Güncel tedavi teknikleri", "Minimal ağrı, maksimal etkinlik"], - imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg", imageAlt: "Kanal tedavisi" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg?_wi=2", imageAlt: "Kanal tedavisi" }, { id: "service-4", title: "Diş Beyazlatma", descriptions: ["Profesyonel beyazlatma", "Parlak ve beyaz gülüş"], - imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg", imageAlt: "Diş beyazlatma" + imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg?_wi=2", imageAlt: "Diş beyazlatma" }, { id: "service-5", title: "İmplant Tedavisi", descriptions: ["Dayanıklı implant çözümleri", "Doğal gibi görünen dişler"], - imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg", imageAlt: "İmplant tedavisi" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg?_wi=3", imageAlt: "İmplant tedavisi" }, { id: "service-6", title: "Diş Taşı Temizliği", descriptions: ["Profesyonel temizlik prosesi", "Sağlıklı diş eti ve dişler"], - imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg", imageAlt: "Diş taşı temizliği" + imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg?_wi=3", imageAlt: "Diş taşı temizliği" } ]} gridVariant="three-columns-all-equal-width" @@ -131,7 +131,7 @@ export default function DentalClinicPage() { tag="Hakkımızda" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg?_wi=2" imageAlt="Diş Hekimi Taner Çavuş" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1