diff --git a/src/app/page.tsx b/src/app/page.tsx index cff2a20..a5516b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,15 +92,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-amazing-cityscape-sunset_181624-45857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-amazing-cityscape-sunset_181624-45857.jpg?_wi=1", imageAlt: "Futuristic 3D Cyberpunk City", }, { - imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg?_wi=1", imageAlt: "Holographic 3D City Projection with HUD", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg?_wi=1", imageAlt: "AI Agent Interface Monitoring Data", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-amazing-cityscape-sunset_181624-45857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-amazing-cityscape-sunset_181624-45857.jpg?_wi=2", imageAlt: "autonomous monitoring system ui", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg?_wi=2", imageAlt: "autonomous monitoring system ui", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg?_wi=2", imageAlt: "autonomous monitoring system ui", }, ]}