diff --git a/src/app/page.tsx b/src/app/page.tsx index a75a436..eeb24b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu"}, { - text: "Contact Us", href: "#contact"}, + text: "Order Online", href: "#menu"}, ]} /> @@ -210,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file