5 Commits

Author SHA1 Message Date
d91278aa7a Merge version_2 into main
Merge version_2 into main
2026-04-05 03:20:49 +00:00
f758ee9790 Update src/app/page.tsx 2026-04-05 03:20:43 +00:00
2cb84b7496 Merge version_1 into main
Merge version_1 into main
2026-04-05 03:16:55 +00:00
8d19b27877 Merge version_1 into main
Merge version_1 into main
2026-04-05 03:16:31 +00:00
5e449897ab Merge version_1 into main
Merge version_1 into main
2026-04-05 03:16:02 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
title="Fast. Reliable. Excellence Towing."
description="24/7 Towing & Roadside Assistance in New Hope, MN You Can Trust. Get the help you need, right when you need it most."
description="24/7 Towing & Roadside Assistance in New Hope, MN You Can Trust. Get the help you need, right when you need it most. Call 612 441 9772."
kpis={[
{ value: "24/7", label: "Availability" },
{ value: "Fast", label: "Response" },
@@ -49,7 +49,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
buttons={[
{ text: "Call Now for Immediate Help", href: "tel:+17601420000" },
{ text: "Call Now: 612 441 9772", href: "tel:+16124419772" },
{ text: "Get Help Now", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sunset-through-lifted-car_23-2148321926.jpg?_wi=1"
@@ -93,7 +93,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Why Choose Excellence Towing?"
buttons={[{ text: "Call Now", href: "tel:+17601420000" }]}
buttons={[{ text: "Call Now: 612 441 9772", href: "tel:+16124419772" }]}
/>
</div>
@@ -101,7 +101,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Excellence Towing in New Hope, MN"
buttons={[{ text: "Call Now", href: "tel:+17601420000" }]}
buttons={[{ text: "Call Now: 612 441 9772", href: "tel:+16124419772" }]}
/>
</div>
@@ -125,7 +125,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Need a Tow Right Now?"
description="We are available 24/7. Call us at 7601 42nd Ave N, New Hope, MN 555427 or use the form below."
description="We are available 24/7. Call us at 612 441 9772 or use the form below."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
@@ -142,7 +142,7 @@ export default function LandingPage() {
logoText="Excellence Towing"
columns={[
{ title: "Services", items: [{ label: "Emergency Towing", href: "#services" }, { label: "Roadside Assistance", href: "#services" }, { label: "Lockouts", href: "#services" }] },
{ title: "Contact", items: [{ label: "Call: 763-555-0123", href: "tel:+17635550123" }, { label: "7601 42nd Ave N, New Hope, MN", href: "#" }] },
{ title: "Contact", items: [{ label: "Call: 612 441 9772", href: "tel:+16124419772" }, { label: "7601 42nd Ave N, New Hope, MN", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
@@ -150,4 +150,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}