From 3e689988ce371d3b7e0354b084849d3eefef871a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:39:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54477bc..2d25deb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg?_wi=1", imageAlt: "Connectivity Scene 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg?_wi=1", imageAlt: "Connectivity Scene 2", }, { @@ -132,7 +132,7 @@ export default function LandingPage() { title: "Real-time Analytics", description: "Track your usage and network performance in real-time.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg?_wi=2", imageAlt: "server availability icon", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { description: "Always-on infrastructure for seamless streaming.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg?_wi=2", imageAlt: "server availability icon", }, ]}