diff --git a/src/app/page.tsx b/src/app/page.tsx index e5583bf..7c6924e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "View Menu", href: "#menu"}, + text: "Browse Our Menu", href: "#menu"}, { text: "Book a Table", href: "#contact"}, ]} @@ -231,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file