diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e8cdc7..1ab2818 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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;