Update src/app/booking/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user