From 2cafdb1f9709651b11713ad5e99591c10122ffbf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:39:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c636227..64d461d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { description="Founded by industry experts" subdescription="Verdant Innovations Group" icon={Sprout} - imageSrc="http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg" + imageSrc="http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg?_wi=1" imageAlt="Green sustainability focus" mediaAnimation="slide-up" useInvertedBackground={false} @@ -88,16 +88,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Modular Installation System", tags: ["Quick Setup", "Professional Grade"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "Modular panel installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1", imageAlt: "Modular panel installation"}, { id: "2", title: "Environmental Certification", tags: ["LEED Eligible", "Green Building"], - imageSrc: "http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg", imageAlt: "Sustainability certification"}, + imageSrc: "http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg?_wi=2", imageAlt: "Sustainability certification"}, { id: "3", title: "Engineered Durability", tags: ["25+ Year Lifespan", "Weather Tested"], imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Durable green roof panels"}, { id: "4", title: "Technical Support", tags: ["Expert Guidance", "24/7 Available"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "Technical support team"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=2", imageAlt: "Technical support team"}, ]} animationType="slide-up" title="Purpose-Built for Professionals" @@ -111,9 +111,9 @@ export default function LandingPage() {