From c6bbe553b61c04d244e70667dd29dafef0469ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:23:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 025f036..6f83e7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function ItalianRestaurantPage() { { name: "Reservations", id: "contact" }, { name: "Reviews", id: "testimonials" } ]} + button={{ text: "Book Now", href: "#contact" }} /> @@ -50,8 +51,8 @@ export default function ItalianRestaurantPage() { imageSrc="https://img.b2bpic.net/premium-photo/tasted-famous-italian-food_119101-260.jpg?id=6608694" imageAlt="Elegant Italian restaurant dining room" buttons={[ - { text: "Reserve Now", href: "contact" }, - { text: "View Menu", href: "menu" } + { text: "Reserve Now", href: "#contact" }, + { text: "View Menu", href: "#menu" } ]} /> -- 2.49.1