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" }}