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