From b27f1093b899e4708dee54a71d56bf294b39fc21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 18:56:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d6465e..a694019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function DentistPage() { useInvertedBackground={false} products={[ { id: "1", name: "Prophylaxe & PZR", price: "Professionell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif" }, - { id: "2", name: "Implantologie", price: "Hochwertig", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif" }, + { id: "2", name: "Implantologie", price: "Hochwertig", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif?_wi=1" }, { id: "3", name: "Ästhetische Zahnheilkunde", price: "Modern", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif" } ]} /> @@ -98,7 +98,7 @@ export default function DentistPage() { features={[ { title: "Kurze Wartezeiten", description: "Wir schätzen Ihre Zeit und optimieren unsere Abläufe.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif" }, { title: "Moderne Technik", description: "Präzise Diagnostik dank digitalem Röntgen und moderner Verfahren.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif" }, - { title: "Persönliche Betreuung", description: "Jeder Patient wird bei uns individuell und einfühlsam behandelt.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif" } + { title: "Persönliche Betreuung", description: "Jeder Patient wird bei uns individuell und einfühlsam behandelt.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif?_wi=2" } ]} /> -- 2.49.1