Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", 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