From 00dd02684d96d760a1efab8ec5be743c082628fc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:35:47 +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 2286a57..a0e24e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,7 +212,7 @@ export default function LandingPage() { description="Come visit us today. We are located right in the city center." buttons={[ { - text: "Get Directions", href: "#"}, + text: "Find Us on Maps", href: "#"}, ]} /> @@ -251,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1