From 2d25a737a44309d13c66411475f721201de33921 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:21:28 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab2818..ab70ea0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,18 +92,18 @@ const ServicesSection = () => ( }, { icon: Home, - title: "", description: - "" + title: "Residential Tinting", description: + "Keep your home comfortable and secure. Our residential tinting reduces heat, UV rays, and glare while maintaining your view and natural light." }, { icon: Building2, - title: "", description: - "" + title: "Commercial Tinting", description: + "Enhance your business with professional commercial window tinting. Improve energy efficiency, privacy, and security for your workspace." }, { icon: Shield, - title: "", description: - "" + title: "Safety & Security Films", description: + "Protect your property with advanced safety films that strengthen glass and provide security. Perfect for homes, offices, and vehicles." } ].map((service, idx) => { const IconComponent = service.icon; -- 2.49.1 From f8814f4ad1fba2f994a0dc2052165d9adb9f4686 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:21:28 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5f144b6..0799f4a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #fafffb; - --secondary-cta: #ffffff; + --secondary-cta: #f9f9f9; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1