From 5cfdf061070700daf0c49a15d07050099c8ff7cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:55:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 587c34c..753f221 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "📞 Call Now", href: "tel:+441234567890" }, + { text: "📞 Call Now", href: "tel:07836504370" }, { text: "📝 Get a Free Quote", href: "#contact" } ]} buttonAnimation="slide-up" @@ -233,7 +233,7 @@ export default function LandingPage() { }, { title: "Contact", items: [ - { label: "📞 Call Us", href: "tel:+441234567890" }, + { label: "📞 Call Us", href: "tel:07836504370" }, { label: "📧 Email", href: "mailto:hello@momplastering.com" }, { label: "Get a Quote", href: "#contact" }, { label: "Service Area", href: "#" } -- 2.49.1