From fe2b9ef4e15a123239987983027c4a926bfff38d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:47:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]}