Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dc9a82b96 | |||
| f8814f4ad1 | |||
| 2d25a737a4 | |||
| d9e570c906 | |||
| 2dbf2669ec | |||
| 095884f26b | |||
| 424951a339 | |||
| 0e9d13d334 | |||
| 57283bb0d3 | |||
| 9b7531054f | |||
| aa4a799661 |
@@ -92,18 +92,18 @@ const ServicesSection = () => (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Home,
|
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,
|
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,
|
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) => {
|
].map((service, idx) => {
|
||||||
const IconComponent = service.icon;
|
const IconComponent = service.icon;
|
||||||
|
|||||||
Reference in New Issue
Block a user