10 Commits

Author SHA1 Message Date
b7f639c37e Update theme colors 2026-04-13 19:33:29 +00:00
8ebdebf8d5 Update theme colors 2026-04-13 19:33:10 +00:00
af687e8ac8 Update theme colors 2026-04-13 19:32:09 +00:00
913c2f4a62 Update theme colors 2026-04-13 19:31:58 +00:00
77eb2d8c8e Update theme colors 2026-04-13 19:31:50 +00:00
6f705ac5e5 Update theme colors 2026-04-13 19:30:54 +00:00
757d605e83 Update src/app/page.tsx 2026-04-13 19:28:22 +00:00
4808ae1e37 Merge version_1 into main
Merge version_1 into main
2026-04-13 19:24:26 +00:00
c2bd5264a7 Merge version_1 into main
Merge version_1 into main
2026-04-13 19:24:02 +00:00
767a3cc103 Merge version_1 into main
Merge version_1 into main
2026-04-13 19:23:27 +00:00
2 changed files with 11 additions and 9 deletions

View File

@@ -75,6 +75,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
featureTitleClassName="text-black"
featureDescriptionClassName="text-black"
features={[
{
title: "Compliance Inspections", description: "Rigorous checks ensuring every pipe and valve meets local regulations.", media: {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #0E2A47;
--primary-cta: #2AA876;
--primary-cta-text: #ffffff;
--secondary-cta: #0E2A47;
--secondary-cta-text: #ffffff;
--accent: #E8ECEF;
--background-accent: #2AA876;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);