From fd4eda871c0dae75a4d9ebe4abda6237899af4c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:05:27 +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 36c1959..892d4b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,22 +73,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=1", imageAlt: "Feed View", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=1", imageAlt: "Connectivity", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg?_wi=1", imageAlt: "Collaboration", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg?_wi=1", imageAlt: "Mobile UI", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Sarah Chen", role: "Engineering Lead", description: "Focused on privacy-first infrastructure.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=2", imageAlt: "Network concept with yellow squares", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { name: "Marcus Thorne", role: "UX Researcher", description: "Designing for simplicity and accessibility.", - imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=2", imageAlt: "Network concept with yellow squares", }, ]} @@ -230,7 +230,7 @@ export default function LandingPage() { handle: "@miked", testimonial: "Clean, fast, and exactly what I needed for my niche community.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=3", imageAlt: "Business network background, connecting dots, technology design", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "I love the privacy controls and the lack of algorithmic bloat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=3", imageAlt: "Business network background, connecting dots, technology design", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { handle: "@davidk", testimonial: "It's refreshing to have a digital space that feels like a conversation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg?_wi=2", imageAlt: "Business network background, connecting dots, technology design", }, { @@ -257,7 +257,7 @@ export default function LandingPage() { handle: "@jessm", testimonial: "My small team loves the privacy here. It just works.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg?_wi=2", imageAlt: "Business network background, connecting dots, technology design", }, ]} -- 2.49.1