diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ce9d16..e771254 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Browse Our Menu", href: "#menu"}, + text: "View Menu", href: "#menu"}, { text: "Book a Table", href: "#contact"}, ]} @@ -183,7 +183,7 @@ export default function LandingPage() {