Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-15 05:45:41 +00:00

View File

@@ -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>
);
}
}