From 10d76188ea331f28b7771b56dd2e921df7446281 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:26:08 +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 1748519..541ccb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,7 +169,7 @@ export default function LandingPage() { text="Find us in the heart of the Barrio. Open daily from 7:00 AM to 8:00 PM. See you tomorrow morning for your usual order." buttons={[ { - text: "Find Us on Maps", href: "https://maps.google.com"}, + text: "Get Directions", href: "https://maps.google.com"}, ]} /> @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1