From f0c1b77206643fd9d15f6ce4cedde4dd17aec97d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 23:56:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be7fd6f..4fce6be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,22 +91,22 @@ export default function LandingPage() { { title: "Vorsorge & Prophylaxe", description: "Professionelle Zahnreinigung und regelmäßige Kontrollen für langfristig gesunde Zähne.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg?_wi=2" }, ] }, { title: "Ästhetische Zahnheilkunde", description: "Von Aufhellungen bis hin zu hochwertigen Restaurationen – für Ihr schönstes Lächeln.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg?_wi=2" }, ] }, { title: "Kinderzahnheilkunde", description: "Wir begleiten unsere kleinsten Patienten einfühlsam und geduldig in einer kindgerechten Umgebung.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg?_wi=2" }, ] }, ]} -- 2.49.1