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", }, ]}