Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86e6e1b0f4 | |||
| 7d110ddb41 | |||
| 2c95c58bed | |||
| e5324ea35f | |||
| dc2092ad49 | |||
| 191941871c | |||
| 79dd67bdf8 | |||
| 85a65726a6 | |||
| 68d8104e73 | |||
| c5e7c9c799 | |||
| c7bf4ce79c | |||
| ff47f2c78b | |||
| e6310d5370 | |||
| fc7e5ebac4 | |||
| db93426bfe |
@@ -48,9 +48,15 @@ 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"},
|
||||
text: "Directions", onClick: () => {
|
||||
window.open("https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", "_blank", "noopener,noreferrer");
|
||||
}
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -167,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user