From 46c1fdb7e9a34936c12beead65f3a86aca0f545d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:00:11 +0000 Subject: [PATCH 1/2] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 298f586..1e543a5 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -52,6 +52,7 @@ export default function BookingPage() { termsText="Mit dem Absenden stimmen Sie unserer Datenschutzerklärung zu." onSubmit={handleSubmit} centered={true} + useInvertedBackground={false} /> -- 2.49.1 From 99e59fdfa758d0e95ade877e7c2f5009ac18f444 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:00:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f3f5e4..47d64f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,8 +101,6 @@ export default function LuxuryDentistPage() { { type: "text", content: "Ihr Lächeln liegt uns am Herzen – Die Zahnarztpraxis Dr. Fleck und Dr. Höhn-Fleck" } ]} useInvertedBackground={false} - imageSrc="https://images.unsplash.com/photo-1588776829446-24f4e24d081b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" - imageAlt="Freundliches Team der Zahnarztpraxis Dr. Fleck und Dr. Höhn-Fleck" buttons={[ { text: "Lernen Sie uns kennen", href: "#testimonials" }, { text: "Praxisphilosophie", href: "#about" } -- 2.49.1