Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77eb2d8c8e | |||
| 6f705ac5e5 | |||
| 757d605e83 | |||
| 4808ae1e37 | |||
| c2bd5264a7 | |||
| 767a3cc103 |
@@ -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: {
|
||||
|
||||
@@ -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: #000000;
|
||||
--card: #1f4035;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #051a12;
|
||||
--secondary-cta: #0d2b1f;
|
||||
--secondary-cta-text: #d4f6e8;
|
||||
--accent: #0d5238;
|
||||
--background-accent: #10b981;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user