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