From 433885432cf6f1f7259117883a4878ff72bdbeb1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:44:58 +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 3fc4906..0929bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@sarahc", testimonial: "The best platform for scaling our green initiatives.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-interior-lamp-with-sticky-notes_23-2148592299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-interior-lamp-with-sticky-notes_23-2148592299.jpg?_wi=1", imageAlt: "sustainable tech office interior", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@markv", testimonial: "Incredible service and vision. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg?_wi=1", imageAlt: "team software developers collaborating", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "Game changer for our team workflow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=1", imageAlt: "tech data visualization digital", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@jamesk", testimonial: "Innovative solutions that just work.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cke4lh", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cke4lh&_wi=1", imageAlt: "secure cloud computing interface", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@lisam", testimonial: "Sustainable tech at its finest.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866219.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866219.jpg?_wi=1", imageAlt: "futuristic automation dashboard ui", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-interior-lamp-with-sticky-notes_23-2148592299.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-interior-lamp-with-sticky-notes_23-2148592299.jpg?_wi=2" imageAlt="Sustainable tech innovative workspace" mediaAnimation="slide-up" avatars={[ @@ -170,7 +170,7 @@ export default function LandingPage() { description: "Architecture built for massive growth.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg" + imageSrc="http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg?_wi=2" imageAlt="Professional team working together" mediaAnimation="slide-up" /> @@ -186,17 +186,17 @@ export default function LandingPage() { { title: "Digital Transformation", description: "Automate legacy workflows effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2", }, { title: "Secure Cloud", description: "Enterprise-grade infrastructure protection.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cke4lh", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cke4lh&_wi=2", }, { title: "Smart Analytics", description: "Data-driven decisions made simple.", - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866219.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866219.jpg?_wi=2", }, ]} title="Why InnovateGreen?" -- 2.49.1