diff --git a/src/app/page.tsx b/src/app/page.tsx index ef3e4e9..c388b23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { title="Our Services" description="Custom climate control solutions tailored to your unique requirements." textboxLayout="split" - useInvertedBackground={false} + useInvertedBackground={true} features={[ { title: "Residential HVAC Installation", description: "Efficient, reliable heating and cooling systems tailored to your home’s needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1", imageAlt: "Residential HVAC Installation" }, { title: "Commercial HVAC Installation", description: "Expert installation and energy-efficient systems for optimal business comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772605409-ch6xsqna.jpg?_wi=1", imageAlt: "Commercial HVAC Installation" }, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 48f2180..1eec6d7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f1f1f1; - --card: #f9f9f9; - --foreground: #040020; - --primary-cta: #ff7e2d; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #040020; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #ff8a23; - --background-accent: #f1f1f1; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);