From 4e95e8277b9a64face0d13323f5429b2bdfd8168 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:45:39 +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 df8b76a..69059ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="none" buttons={[ { text: "Call Now", href: "tel:0218534066" }, - { text: "Visit Showroom", href: "https://maps.google.com/?q=Gerber+Blvd,+Gants+Plaza,+Cape+Town,+7140" } + { text: "Get Directions", href: "https://maps.google.com/?q=Gerber+Blvd,+Gants+Plaza,+Cape+Town,+7140" } ]} buttonAnimation="none" leftCarouselItems={[ @@ -203,8 +203,8 @@ export default function LandingPage() { title="Ready to Transform Your Space?" description="Contact Tiletopia today to discuss your tile or fireplace project. Our team is here to help you create something beautiful." buttons={[ - { text: "Call Now: 021 853 4066", href: "tel:0218534066" }, - { text: "Visit Our Showroom", href: "https://maps.google.com/?q=Gerber+Blvd,+Gants+Plaza,+Cape+Town,+7140" } + { text: "Visit Our Showroom", href: "https://maps.google.com/?q=Gerber+Blvd,+Gants+Plaza,+Cape+Town,+7140" }, + { text: "Call Now: 021 853 4066", href: "tel:0218534066" } ]} buttonAnimation="none" background={{ variant: "plain" }}