3 Commits

Author SHA1 Message Date
384caa03ed Update src/app/page.tsx 2026-04-15 05:35:29 +00:00
4d76d42bf1 Update src/app/page.tsx 2026-04-15 05:32:26 +00:00
4cbb968c74 Merge version_3 into main
Merge version_3 into main
2026-04-15 05:30:42 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
id: "m1", value: "15+", title: "Years Experience", description: "Serving Chicago drivers with reliable expertise.", icon: Wrench,
},
{
id: "m2", value: "10k+", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car,
id: "m2", value: "10k", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car,
},
{
id: "m3", value: "4.9", title: "Avg Rating", description: "Based on verified local client feedback.", icon: Star,
@@ -148,7 +148,7 @@ export default function LandingPage() {
description="Ready to get back on the road? Visit us at 4635 N Milwaukee Ave, Chicago or give us a call to schedule your repair."
buttons={[
{
text: "Call for Appointment", href: "tel:7737948636"},
text: "Schedule Your Service", href: "tel:7737948636"},
{
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL"},
]}