diff --git a/src/app/page.tsx b/src/app/page.tsx index 98fb1e5..8d408fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Reserve Table", href: "#contact" }, + { text: "View Our Menu", href: "#products" }, ]} /> @@ -181,4 +182,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}