From 475884f56b6949ac59195198eb970843c7ab8e45 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:30:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3b8b59..3526a52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,16 +138,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "benefit-1", title: "Maximum UV Protection", description: "Blocks 99.9% of harmful ultraviolet rays, protecting interior furnishings and occupants from UV damage", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-vector/organic-flat-sun-protection-infographic_23-2148957827.jpg", imageAlt: "UV protection illustration", tagIcon: Sparkles + id: "benefit-1", title: "Maximum UV Protection", description: "Blocks 99.9% of harmful ultraviolet rays, protecting interior furnishings and occupants from UV damage", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-vector/organic-flat-sun-protection-infographic_23-2148957827.jpg", imageAlt: "UV protection illustration" }, { - id: "benefit-2", title: "Privacy Without Compromise", description: "Frosted or tinted options provide complete privacy while maintaining natural light and architectural aesthetics", tag: "Privacy", imageSrc: "http://img.b2bpic.net/free-vector/technology-abstract-secure-background_23-2148335999.jpg", imageAlt: "Privacy solution graphic", tagIcon: Sparkles + id: "benefit-2", title: "Privacy Without Compromise", description: "Frosted or tinted options provide complete privacy while maintaining natural light and architectural aesthetics", tag: "Privacy", imageSrc: "http://img.b2bpic.net/free-vector/technology-abstract-secure-background_23-2148335999.jpg", imageAlt: "Privacy solution graphic" }, { - id: "benefit-3", title: "Significant Energy Savings", description: "Reduce cooling and heating costs by up to 45% through thermal regulation and solar control", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-psd/renewable-energy-facebook-template_23-2149914194.jpg", imageAlt: "Energy saving concept", tagIcon: Sparkles + id: "benefit-3", title: "Significant Energy Savings", description: "Reduce cooling and heating costs by up to 45% through thermal regulation and solar control", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-psd/renewable-energy-facebook-template_23-2149914194.jpg", imageAlt: "Energy saving concept" }, { - id: "benefit-4", title: "Enhanced Durability", description: "Professional-grade materials designed for commercial applications with 10+ year lifespan", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-vector/positive-message-retro-style_23-2147535297.jpg", imageAlt: "Durability strength graphic", tagIcon: Sparkles + id: "benefit-4", title: "Enhanced Durability", description: "Professional-grade materials designed for commercial applications with 10+ year lifespan", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-vector/positive-message-retro-style_23-2147535297.jpg", imageAlt: "Durability strength graphic" } ]} containerClassName="py-20" -- 2.49.1