diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d468d1..8965549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-front-computer-desktop_23-2147836931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-front-computer-desktop_23-2147836931.jpg?_wi=1", imageAlt: "Designer working on a laptop with creative mockups", }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas-office_176420-1712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas-office_176420-1712.jpg?_wi=1", imageAlt: "Team of designers collaborating on a project", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { description: "Designing intuitive and delightful user experiences for all platforms.", bentoComponent: "reveal-icon", icon: Layout, - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-front-computer-desktop_23-2147836931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-front-computer-desktop_23-2147836931.jpg?_wi=2", imageAlt: "brand identity icon logo", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { description: "Bringing designs to life with robust and responsive web and mobile solutions.", bentoComponent: "reveal-icon", icon: Code, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas-office_176420-1712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas-office_176420-1712.jpg?_wi=2", imageAlt: "brand identity icon logo", }, ]}