diff --git a/src/app/page.tsx b/src/app/page.tsx index e93f156..04366be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-progress-bar-showing-50-percent-completion_84443-86331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-progress-bar-showing-50-percent-completion_84443-86331.jpg?_wi=1", imageAlt: "Software Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618547.jpg?_wi=1", imageAlt: "Digital System", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-illustration-with-flowing-cyber-dots_1048-11939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-illustration-with-flowing-cyber-dots_1048-11939.jpg?_wi=1", imageAlt: "Tech Design", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design-smartphone_23-2150165982.jpg", imageAlt: "Analytics UI", }, - imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-progress-bar-showing-50-percent-completion_84443-86331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-progress-bar-showing-50-percent-completion_84443-86331.jpg?_wi=2", imageAlt: "business app ui", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038900.jpg", imageAlt: "Data UI", }, - imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/macro-eye-iris_23-2151618547.jpg?_wi=2", imageAlt: "business app ui", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design-smartphone_23-2150165978.jpg", imageAlt: "Lock UI", }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-illustration-with-flowing-cyber-dots_1048-11939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-illustration-with-flowing-cyber-dots_1048-11939.jpg?_wi=2", imageAlt: "business app ui", }, ]}