From c8895540983eff106ce57e06cb924040f54716c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:58:30 +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 2e62141..0ff8e4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { tag="Visit Us" title="Find Yoz Yogurt" description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!" - buttons={[{ text: "Get Directions" }]} + buttons={[{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=123+Yogurt+Lane+Sweet+City" }]} /> @@ -139,4 +139,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}