From 253326a3bc193648bf8a396fa8026303d5e81e89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:19:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e22eaaa..71d0213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "About", id: "/about" }, { name: "Menu", id: "/menu" }, { name: "Gallery", id: "gallery" }, + { name: "Reservation", id: "/reservation" }, { name: "Contact", id: "contact" }, ]} brandName="Pizzeria Primavera" @@ -47,7 +48,7 @@ export default function LandingPage() { description="Wood-fired pizza, fresh ingredients, unforgettable atmosphere." tag="Since 1995" buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Reserve a Table", href: "/reservation" }, { text: "Explore Menu", href: "/menu" }, ]} mediaItems={[ @@ -148,7 +149,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} text="Pizzeria Primavera Wien | Steinbauergasse 22/3, 1120 Vienna, Austria | Phone: +43 681 20111959" buttons={[ - { text: "Reserve Now", href: "#contact" }, + { text: "Reserve Now", href: "/reservation" }, { text: "Get Directions", href: "https://maps.google.com" }, ]} /> @@ -159,7 +160,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/italian-chef-is-putting-prepared-margarita-pizza-oven-with-flame-it_613910-3398.jpg" logoText="Pizzeria Primavera" columns={[ - { title: "Navigate", items: [{ label: "Menu", href: "/menu" }, { label: "Gallery", href: "#gallery" }] }, + { title: "Navigate", items: [{ label: "Menu", href: "/menu" }, { label: "Gallery", href: "/gallery" }] }, { title: "Hours", items: [{ label: "Daily 11:00 - 23:00", href: "#" }] }, ]} /> @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file