8 Commits

Author SHA1 Message Date
696faebdfe Update theme colors 2026-03-18 00:06:32 +00:00
dbe1ab7c6b Update theme colors 2026-03-18 00:06:19 +00:00
fa16753320 Update theme colors 2026-03-18 00:06:10 +00:00
537cfeea91 Update theme colors 2026-03-18 00:06:02 +00:00
a967045908 Update theme colors 2026-03-18 00:05:52 +00:00
24a615202e Update theme colors 2026-03-18 00:05:22 +00:00
e4edd2956b Update src/app/contact/page.tsx 2026-03-17 23:50:22 +00:00
c5745248d4 Merge version_6 into main
Merge version_6 into main
2026-03-17 23:46:12 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ export default function ContactPage() {
</div>
</div>
{/* Hours */}
{/* Business Hours */}
<div className="flex gap-4 items-start">
<div className="bg-primary-cta p-3 rounded-lg flex-shrink-0">
<Clock className="w-6 h-6 text-white" />

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #060000;
--card: #1d0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff3d4a;
--primary-cta-text: #ffffff;
--secondary-cta: #1f0a0a;
--secondary-cta-text: #ffe6e6;
--accent: #7b2d2d;
--background-accent: #b8111f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);