From eef0ce36ded6c96d48bfb543ec8a56f9a3af4f04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:45:36 +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 e7c75c0..134fc08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { text="Ready to transform your vehicle? Schedule your mobile detailing appointment today and experience the Polar Precision difference." animationType="entrance-slide" buttons={[ - { text: "Book Appointment", href: "tel:+14205551234" }, + { text: "Book Appointment", href: "tel:+19206805473" }, { text: "Get a Quote", href: "mailto:info@polarprecision.com" } ]} background={{ variant: "plain" }} @@ -229,7 +229,7 @@ export default function LandingPage() { { title: "Contact Info", items: [ { label: "2041 Marlee Ln, Ashwaubenon, WI 54304", href: "#" }, - { label: "(555) 123-4567", href: "tel:+15551234567" }, + { label: "(920) 680-5473", href: "tel:+19206805473" }, { label: "info@polarprecision.com", href: "mailto:info@polarprecision.com" } ] } @@ -240,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file