Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d110ddb41 | |||
| e5324ea35f | |||
| 191941871c | |||
| 79dd67bdf8 | |||
| 85a65726a6 | |||
| 68d8104e73 | |||
| c7bf4ce79c |
@@ -53,7 +53,10 @@ export default function LandingPage() {
|
||||
}
|
||||
},
|
||||
{
|
||||
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={[
|
||||
{
|
||||
@@ -170,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user