diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ecbb50..c3b8b59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,20 +138,20 @@ 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" + 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-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-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-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-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-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" + 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 } ]} containerClassName="py-20" - cardClassName="rounded-2xl p-6 bg-white shadow-md hover:shadow-xl transition" + itemClassName="rounded-2xl p-6 bg-white shadow-md hover:shadow-xl transition" mediaClassName="w-full h-48 object-cover rounded-lg mb-4" cardTitleClassName="text-xl font-light text-black mb-3" cardDescriptionClassName="text-sm text-gray-700"