2 Commits

Author SHA1 Message Date
b3d2ece998 Update src/app/page.tsx 2026-05-20 17:33:49 +00:00
7cefacf823 Update theme colors 2026-05-20 17:32:39 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -120,7 +120,7 @@ export default function LandingPage() {
description: "Serving St Johns and surrounding Arizona communities with pride.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg"
imageSrc="https://img.b2bpic.net/premium-photo/two-business-man-construction-site-engineer-engineering-objects-workplace-with-partners-interacting-background_265022-23781.jpg?id=41360325"
imageAlt="Contractor showing blueprints"
mediaAnimation="slide-up"
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);