Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d110ddb41 | |||
| e5324ea35f | |||
| 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."
|
description="Honest pricing. Expert repairs. Trusted by Chicago drivers for years. We provide quality service at 4635 N Milwaukee Ave."
|
||||||
buttons={[
|
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={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -167,4 +173,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user