diff --git a/src/app/page.tsx b/src/app/page.tsx index b607c55..d3d000a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -209,9 +209,9 @@ export default function LandingPage() { text="Ready to Upgrade Your Roof? Get a professional quote in seconds. Contact us today via phone or WhatsApp." buttons={[ { - text: "Call Now", href: "tel:+234800000000"}, + text: "Get Your Free Consultation", href: "tel:+234800000000"}, { - text: "WhatsApp Us", href: "https://wa.me/234800000000"}, + text: "Chat on WhatsApp", href: "https://wa.me/234800000000"}, ]} /> @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file