5 Commits

Author SHA1 Message Date
e3b691c3e4 Update theme colors 2026-04-17 05:02:34 +00:00
7d110ddb41 Update src/app/page.tsx 2026-04-15 05:52:12 +00:00
e5324ea35f Update src/app/page.tsx 2026-04-15 05:51:38 +00:00
191941871c Update src/app/page.tsx 2026-04-15 05:51:05 +00:00
79dd67bdf8 Merge version_3 into main
Merge version_3 into main
2026-04-15 05:45:41 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
}
},
{
text: "Directions", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", onClick: () => {
text: "Directions", onClick: () => {
window.open("https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", "_blank", "noopener,noreferrer");
}
},

View File

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