Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:00:02 +00:00
parent 1e9f910ebe
commit 9c8a56af58

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tagIcon={Leaf}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now: 071 078 2172", href: "tel:+27710782172" },
{ text: "Call Now", href: "tel:+27710782172" },
{ text: "Get Free Quote", href: "#contact" }
]}
mediaItems={[
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}