Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 384caa03ed | |||
| 4d76d42bf1 | |||
| 4cbb968c74 |
@@ -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"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user