From e0fd9b396b21286c74b786dfb614f298453e69fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfb5985..65c2ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LuxuryDentistPage() { { name: "Leistungen", id: "services" }, { name: "Über Uns", id: "about" }, { name: "Kontakt", id: "contact" }, - { name: "Online Termin", href: "/booking" } + { name: "Online Termin", id: "/booking" } ]} button={{ text: "Termin Online Buchen", href: "/booking"