From 4079c21ceeb2c55b8c42fd6b3757398e8d4f350c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:59:09 +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 b4d1f46..58e8722 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { tag="Visit Us" title="Join Us for a Cup" description="Located at 123 Artisan Way, we are open daily from 7 AM to 6 PM." - buttons={[{ text: "Get Directions", href: "#" }]} + buttons={[{ text: "Get Directions & See Menu", href: "#" }]} /> -- 2.49.1