Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5e7c9c799 | |||
| ff47f2c78b | |||
| e6310d5370 | |||
| fc7e5ebac4 | |||
| db93426bfe |
@@ -48,7 +48,10 @@ export default function LandingPage() {
|
||||
description="Honest pricing. Expert repairs. Trusted by Chicago drivers for years. We provide quality service at 4635 N Milwaukee Ave."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:7737948636"},
|
||||
text: "Call Now", onClick: () => {
|
||||
window.location.href = "tel:7737948636";
|
||||
}
|
||||
},
|
||||
{
|
||||
text: "Directions", href: "https://maps.google.com/?q=4635+N+Milwaukee+Ave+Chicago+IL"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user