diff --git a/src/app/page.tsx b/src/app/page.tsx index 015e62a..c75d6de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blue-blurred-shapes-background_1017-3749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-blurred-shapes-background_1017-3749.jpg?_wi=1", imageAlt: "Arc Reactor Core", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aluminum-tanks-storage-raw-materials-chemical-industry-sterile-conditions-enterprise_645730-734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aluminum-tanks-storage-raw-materials-chemical-industry-sterile-conditions-enterprise_645730-734.jpg?_wi=1", imageAlt: "Robotic Prototype", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { description: "Predictive neural processing.", bentoComponent: "reveal-icon", icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/blue-blurred-shapes-background_1017-3749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-blurred-shapes-background_1017-3749.jpg?_wi=2", imageAlt: "Blue neon light on dark backdrop", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { description: "Proactive security architecture.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/aluminum-tanks-storage-raw-materials-chemical-industry-sterile-conditions-enterprise_645730-734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aluminum-tanks-storage-raw-materials-chemical-industry-sterile-conditions-enterprise_645730-734.jpg?_wi=2", imageAlt: "Blue neon light on dark backdrop", }, ]}