diff --git a/src/app/page.tsx b/src/app/page.tsx index d73b0c0..31c533e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Neden Biz?", logoIcon: Smile, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg", searchPlaceholder: "Arama yapın...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg?_wi=1", searchPlaceholder: "Arama yapın...", buttons: [ { text: "İmplant Paket", href: "#services" }, { text: "Estetik Konsültasyon", href: "#contact" } ], @@ -128,7 +128,7 @@ export default function HomePage() { title: "Yüksek Memnuniyet", description: "49+ hastamızdan 5.0 yıldız puan ile sürekli yüksek hastamız memnuniyeti" } ]} - imageSrc="http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg" + imageSrc="http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg?_wi=1" imageAlt="Dentaist Avcılar Diş Kliniği" imagePosition="right" mediaAnimation="slide-up" @@ -142,27 +142,27 @@ export default function HomePage() { features={[ { id: "implant", title: "Dental İmplant", author: "Kalıcı Çözüm", description: "Eksik dişler için en modern ve dayanıklı çözüm. Doğal dişiniz gibi görünen ve çalışan implantlar.", tags: ["Dayanıklı", "Doğal Görünüm"], - imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg", imageAlt: "Dental İmplant" + imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg?_wi=1", imageAlt: "Dental İmplant" }, { id: "aesthetic", title: "Estetik Diş Tedavisi", author: "Gülüş Tasarımı", description: "Gülüşünüzü dönüştüren estetik tedaviler. Renk, şekil ve alignment düzenlemesi.", tags: ["Estetik", "Tasarım"], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Estetik Diş Tedavisi" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg?_wi=1", imageAlt: "Estetik Diş Tedavisi" }, { id: "whitening", title: "Diş Beyazlatma", author: "Parlak Gülüş", description: "Profesyonel diş beyazlatma ile dişlerinizi birkaç tonlar daha açık yapın.", tags: ["Hızlı", "Etkili"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg", imageAlt: "Diş Beyazlatma" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg?_wi=1", imageAlt: "Diş Beyazlatma" }, { id: "crowns", title: "Zirkonya Kronlar", author: "Dolgulu Tedavi", description: "Metal alaşımsız, biyolojik uyumlu zirkonya kronlar ile doğal görünüm.", tags: ["Doğal", "Sağlıklı"], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Zirkonya Kronlar" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg?_wi=2", imageAlt: "Zirkonya Kronlar" }, { id: "canal", title: "Kök Kanal Tedavisi", author: "Ağrı Giderici", description: "İleri teknoloji kullanarak hızlı ve ağrısız kök kanal tedavisi.", tags: ["Ağrısız", "Hızlı"], - imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg", imageAlt: "Kök Kanal Tedavisi" + imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg?_wi=2", imageAlt: "Kök Kanal Tedavisi" }, { id: "fillings", title: "Diş Dolgusu", author: "Koruma ve Tamir", description: "Renkli ve emniyetli diş dolgusu ile çürük dişleri restore edin.", tags: ["Koruma", "Restore"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg", imageAlt: "Diş Dolgusu" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg?_wi=2", imageAlt: "Diş Dolgusu" } ]} animationType="slide-up" @@ -179,13 +179,13 @@ export default function HomePage() {