Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user