From 0e4aff2e0b7fe5fe90a2f24f2913161cd750006f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:27:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40405e9..92446fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { tagIcon={AlertCircle} tagAnimation="slide-up" buttons={[ - { text: "Call Now 021 217 2782", href: "tel:0212172782" }, - { text: "Book A Job", href: "#contact" }, + { text: "Schedule Emergency Visit", href: "tel:0212172782" }, + { text: "Get Free Quote", href: "#contact" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -214,8 +214,8 @@ export default function LandingPage() { text="Contact Us Today — Open 24 Hours, 7 Days a Week. We'll prepare a proposal and walk you through every step of the process." animationType="entrance-slide" buttons={[ - { text: "Call Now 021 217 2782", href: "tel:0212172782" }, - { text: "Email: info@pipefixplumbing.co.nz", href: "mailto:info@pipefixplumbing.co.nz" }, + { text: "Schedule Emergency Visit", href: "tel:0212172782" }, + { text: "Get Free Quote", href: "mailto:info@pipefixplumbing.co.nz" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1