From be419a8df218a819dafc1dab2d4bc5cd1ce0abbf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:11:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1