From 883568a932564654145a383f580d4114179ed0f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:10:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bc28e3..641aaf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-person-standing-escalator_400718-24.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-person-standing-escalator_400718-24.jpg?_wi=1", imageAlt: "Futuristic Tech", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg?_wi=1", imageAlt: "Tech Workspace", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { title: "Secure Architecture", description: "End-to-end encryption for total data privacy.", tag: "Security", - imageSrc: "http://img.b2bpic.net/free-photo/two-person-standing-escalator_400718-24.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-person-standing-escalator_400718-24.jpg?_wi=2", imageAlt: "cybernetic neural network", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Intuitive Design", description: "User-first interfaces for seamless adoption.", tag: "UX", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg?_wi=2", imageAlt: "cybernetic neural network", }, ]} @@ -310,7 +310,7 @@ export default function LandingPage() { button: { text: "Select Pro", }, - imageSrc: "http://img.b2bpic.net/free-photo/two-person-standing-escalator_400718-24.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-person-standing-escalator_400718-24.jpg?_wi=3", imageAlt: "cybernetic neural network", }, { @@ -326,7 +326,7 @@ export default function LandingPage() { button: { text: "Contact Us", }, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg?_wi=3", imageAlt: "cybernetic neural network", }, ]}