4 Commits

Author SHA1 Message Date
428467e051 Merge version_2 into main
Merge version_2 into main
2026-03-08 07:33:50 +00:00
c986aaea9c Update src/app/page.tsx 2026-03-08 07:33:46 +00:00
d868b2f170 Switch to version 1: modified src/app/page.tsx 2026-03-08 07:33:02 +00:00
c8ba1ccfe6 Merge version_3 into main
Merge version_3 into main
2026-03-08 07:32:48 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Visit Us", href: "https://maps.app.goo.gl/HjJh33BGdWxtYSeq6" },
{ text: "Visit Us", href: "#contact" },
{ 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.app.goo.gl/HjJh33BGdWxtYSeq6"
label: "Location", href: "https://maps.google.com/maps?q=FWFV+5J+Kitengela+Kenya"
},
{ label: "Hours", href: "#faq" },
{ label: "Contact", href: "#contact" },