Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3b691c3e4 | |||
| 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user