diff --git a/src/app/page.tsx b/src/app/page.tsx index 63fd323..7471930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,11 +34,11 @@ export default function ItalianRestaurantPage() { navItems={[ { name: "Menu", id: "menu" }, { name: "About", id: "about" }, - { name: "Reservations", id: "contact" }, - { name: "Reviews", id: "testimonials" } + { name: "Reservierungen", id: "contact" }, + { name: "Bewertungen", id: "testimonials" } ]} button={{ - text: "Book a Table", href: "contact" + text: "Tisch reservieren", href: "contact" }} /> @@ -133,19 +133,19 @@ export default function ItalianRestaurantPage() {