From 95e7d0f62e1871e5a3d5d0ea720f7f324c359ea6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:54:08 +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 4aa4108..46aaccc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -186,7 +186,7 @@ export default function LandingPage() { text="Come Try Lubbock’s Favorite Croissants. Fresh pastries, great coffee, and a café you’ll want to come back to." buttons={[ { - text: "Visit Us Today", href: "#"}, + text: "Get Directions", href: "#"}, { text: "Call Now", href: "tel:8067771229"}, ]} -- 2.49.1