From 7ea4d04dd7ba0adeb3f7a7783ad8bae0906a6ad5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:32:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bac2b4..f6c116b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Visit Us", href: "#contact" }, + { text: "Visit Us", href: "https://maps.app.goo.gl/HjJh33BGdWxtYSeq6" }, { text: "Call Now", href: "tel:0704677871" }, ]} buttonAnimation="slide-up" @@ -283,7 +283,7 @@ export default function LandingPage() { { title: "Visit", items: [ { - label: "Location", href: "https://maps.google.com/maps?q=FWFV+5J+Kitengela+Kenya" + label: "Location", href: "https://maps.app.goo.gl/HjJh33BGdWxtYSeq6" }, { label: "Hours", href: "#faq" }, { label: "Contact", href: "#contact" }, @@ -313,4 +313,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1