From 8262de54a07ee41c5819057dcfc8f69c3130c522 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:08:57 +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 c90ac6d..fa80973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,23 +57,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg?_wi=1", imageAlt: "Connectivity 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg?_wi=1", imageAlt: "Connectivity 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg?_wi=1", imageAlt: "Connectivity 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg?_wi=1", imageAlt: "Connectivity 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg?_wi=1", imageAlt: "Connectivity 5", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { handle: "@arivera", testimonial: "Connect has completely transformed how I interact with my local community groups. Truly intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg?_wi=2", }, { id: "t2", @@ -162,7 +162,7 @@ export default function LandingPage() { handle: "@schen_dev", testimonial: "The privacy controls are a game-changer. I finally feel secure sharing updates with my inner circle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg?_wi=2", }, { id: "t3", @@ -170,7 +170,7 @@ export default function LandingPage() { handle: "@mthorne", testimonial: "Seamless connectivity and a gorgeous dark interface. It's the social app I've been waiting for.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg?_wi=2", }, { id: "t4", @@ -178,7 +178,7 @@ export default function LandingPage() { handle: "@erossi", testimonial: "Finally, a platform that prioritizes user experience over ad clutter. It's refreshing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg?_wi=2", }, { id: "t5", @@ -186,7 +186,7 @@ export default function LandingPage() { handle: "@jwilson", testimonial: "Fast, responsive, and incredibly easy to navigate. Connect is my go-to hub now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg?_wi=2", }, ]} /> -- 2.49.1