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" } ]} />