Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ea4d04dd7 |
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user