From 5302c2924d80517ab0f5d417fbd45a974fa0b527 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:53:53 +0000 Subject: [PATCH 1/2] Add src/app/booking/page.tsx --- src/app/booking/page.tsx | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/app/booking/page.tsx diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx new file mode 100644 index 0000000..95fe9a0 --- /dev/null +++ b/src/app/booking/page.tsx @@ -0,0 +1,57 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import { Mail } from 'lucide-react'; + +export default function OnlineBookingPage() { + return ( + + + +
+ +
+
+ ); +} \ No newline at end of file From 19ee8edab2746fd8c5f23e0f027be861a5646cf3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:53:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bed6746..cfb5985 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Mail } from 'lucide-react'; +import { Sparkles, Smile, Star, Mail, CalendarCheck } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -33,10 +33,10 @@ export default function LuxuryDentistPage() { { name: "Leistungen", id: "services" }, { name: "Über Uns", id: "about" }, { name: "Kontakt", id: "contact" }, - { name: "Online Termin", id: "contact" } + { name: "Online Termin", href: "/booking" } ]} button={{ - text: "Termin Online Buchen", href: "#contact" + text: "Termin Online Buchen", href: "/booking" }} /> @@ -59,7 +59,7 @@ export default function LuxuryDentistPage() { enableKpiAnimation={true} buttons={[ { text: "Unsere Leistungen entdecken", href: "#services" }, - { text: "Termin Online Buchen", href: "#contact" } + { text: "Termin Online Buchen", href: "/booking" } ]} mediaAnimation="slide-up" /> @@ -90,7 +90,7 @@ export default function LuxuryDentistPage() { } ]} buttons={[ - { text: "Jetzt Termin vereinbaren", href: "#contact" } + { text: "Jetzt Termin vereinbaren", href: "/booking" } ]} /> @@ -103,7 +103,7 @@ export default function LuxuryDentistPage() { useInvertedBackground={false} buttons={[ { text: "Lernen Sie uns kennen", href: "#testimonials" }, - { text: "Praxisphilosophie", href: "#contact" } + { text: "Praxisphilosophie", href: "/booking" } ]} /> @@ -124,6 +124,9 @@ export default function LuxuryDentistPage() { }, { title: "Erfahrenes & freundliches Team", description: "Unser engagiertes Team aus Zahnärzten und Fachkräften sorgt für eine angenehme Atmosphäre und individuelle Betreuung.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-food-consumer-concept-cheerful-silly-redhead-woman-fooling-around-playing-with-dessert-m_1258-132691.jpg" + }, + { + title: "Online Terminbuchung", description: "Buchen Sie Ihren Termin bequem von zu Hause aus – rund um die Uhr verfügbar. Einfach, schnell und unkompliziert.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/online-booking-illustration.jpg" } ]} /> @@ -164,8 +167,8 @@ export default function LuxuryDentistPage() { @@ -189,7 +192,7 @@ export default function LuxuryDentistPage() { { label: "Implantologie", href: "#services" }, { label: "Ästhetische Zahnheilkunde", href: "#services" }, { label: "Wurzelkanalbehandlung", href: "#services" }, - { label: "Online Termin", href: "#contact" } + { label: "Online Termin", href: "/booking" } ] }, {