Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 04:14:38 +00:00

View File

@@ -92,18 +92,18 @@ const ServicesSection = () => (
},
{
icon: Home,
title: "Residential Tinting", description:
"Add privacy, reduce energy costs, and protect furnishings with home window tinting. Perfect for bedrooms, bathrooms, living spaces, and more."
title: "", description:
""
},
{
icon: Building2,
title: "Commercial Solutions", description:
"Professional tinting for offices, storefronts, and buildings. Improve employee comfort, reduce glare, and enhance your business appearance."
title: "", description:
""
},
{
icon: Shield,
title: "Safety & Security Film", description:
"Strengthen windows against break-ins and accidents. Our safety films hold glass together, providing protection and peace of mind."
title: "", description:
""
}
].map((service, idx) => {
const IconComponent = service.icon;