From eac5c0b79f4a6d0ec660c957f5184e2960ef9ecd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:33:32 +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 54bcdae..eea489e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { tag="Contact Us" title="Visit Us Today" description="Located at 123 Coffee Lane, City Center. Stop by for your daily boost." - buttons={[{ text: "Get Directions", href: "#" }]} + buttons={[{ text: "Visit Our Cafe", href: "#" }]} /> -- 2.49.1