From d0df8ae5afb4ebae2fede56e168fd52334911bce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:33:46 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 314fec5..71967e2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,7 +14,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -40,9 +40,9 @@ export default function ContactPage() { tag="Newsletter" title="Bleiben Sie informiert" description="Abonnieren Sie unseren Newsletter für Tipps zur Zahngesundheit, aktuelle Informationen und spezielle Angebote aus unserer Praxis." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg" imageAlt="Zahnarztpraxis Kontakt und Terminvereinbarung" mediaAnimation="slide-up" inputPlaceholder="Ihre E-Mail-Adresse" @@ -57,8 +57,7 @@ export default function ContactPage() { copyrightText="© 2025 Zahnarztpraxis Oliver Thust und Isabel Kröning. Alle Rechte vorbehalten." columns={[ { - title: "Praxis", - items: [ + title: "Praxis", items: [ { label: "Startseite", href: "/" }, { label: "Über uns", href: "/about" }, { label: "Leistungen", href: "/services" }, @@ -66,20 +65,16 @@ export default function ContactPage() { ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { label: "Kontaktformular", href: "/contact" }, { label: "Telefon: 03402 15504", href: "tel:+493402-15504" }, { - label: "Kurt-Weill-Straße 41, 06844 Dessau-Roßlau", - href: "#", - }, + label: "Kurt-Weill-Straße 41, 06844 Dessau-Roßlau", href: "#"}, { label: "Öffnungszeiten", href: "/contact" }, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }, { label: "AGB", href: "#" }, -- 2.49.1 From 6f0353ef50fab10467f3a5f71fb8ce8b3a8a133c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:33:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 130 +++++++++-------------------------------------- 1 file changed, 25 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 548c07f..d872a17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ const navItems = [ const footerColumns = [ { - title: "Praxis", - items: [ + title: "Praxis", items: [ { label: "Startseite", href: "/" }, { label: "Über uns", href: "/about" }, { label: "Leistungen", href: "/services" }, @@ -30,8 +29,7 @@ const footerColumns = [ ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { label: "Kontaktformular", href: "/contact" }, { label: "Telefon: 03402 15504", href: "tel:+493402-15504" }, { label: "Kurt-Weill-Straße 41, 06844 Dessau-Roßlau", href: "#" }, @@ -39,8 +37,7 @@ const footerColumns = [ ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }, { label: "AGB", href: "#" }, @@ -56,7 +53,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -67,9 +64,7 @@ export default function HomePage() { navItems={navItems} brandName="Zahnarztpraxis Thust & Kröning" button={{ - text: "Termin anfragen", - href: "/contact", - }} + text: "Termin anfragen", href: "/contact"}} animateOnLoad={true} /> @@ -78,7 +73,7 @@ export default function HomePage() { @@ -256,9 +176,9 @@ export default function HomePage() { tag="Newsletter" title="Bleiben Sie informiert" description="Abonnieren Sie unseren Newsletter für Tipps zur Zahngesundheit, aktuelle Informationen und spezielle Angebote aus unserer Praxis." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg" imageAlt="Zahnarztpraxis Kontakt und Terminvereinbarung" mediaAnimation="slide-up" inputPlaceholder="Ihre E-Mail-Adresse" -- 2.49.1