Merge version_2 into main #9
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user