Update src/app/booking/page.tsx

This commit is contained in:
2026-06-08 11:54:44 +00:00
parent 19ee8edab2
commit 5b4245acbc

View File

@@ -23,11 +23,11 @@ export default function OnlineBookingPage() {
<NavbarLayoutFloatingInline
brandName="Zahnarztpraxis Dr. Schickel"
navItems={[
{ name: "Startseite", href: "/" },
{ name: "Leistungen", href: "/#services" },
{ name: "Über Uns", href: "/#about" },
{ name: "Kontakt", href: "/#contact" },
{ name: "Online Termin", href: "/booking" }
{ name: "Startseite", id: "/" },
{ name: "Leistungen", id: "/#services" },
{ name: "Über Uns", id: "/#about" },
{ name: "Kontakt", id: "/#contact" },
{ name: "Online Termin", id: "/booking" }
]}
button={{
text: "Termin Online Buchen", href: "/booking"