From 48fc01386ae71dd5e07005c1fe58c1d5908019bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:59:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b07761..0f37e0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "View Menu", href: "#menu" }, + { text: "Explore Menu Now", href: "#menu" }, { text: "Reserve Now", href: "https://www.opentable.com" } ]} background={{ variant: "plain" }} -- 2.49.1