From a5f779fe93cfd552efdbfe76c8ae24885e32458a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 13:49:42 +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 5ac5f8e..73ef663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,15 +88,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/four-paper-clips-white-surface_114579-30089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/four-paper-clips-white-surface_114579-30089.jpg?_wi=1", imageAlt: "Abstract creative workflow", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-leader-professional-office-strategizing-development-success_482257-124038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-leader-professional-office-strategizing-development-success_482257-124038.jpg?_wi=1", imageAlt: "Team meeting productivity dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320719.jpg?_wi=1", imageAlt: "UI UX design wireframe planning", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/crop-girl-playing-game-while-studying_23-2147833781.jpg", imageAlt: "Mobile task list app", }, - imageSrc: "http://img.b2bpic.net/free-photo/four-paper-clips-white-surface_114579-30089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/four-paper-clips-white-surface_114579-30089.jpg?_wi=2", imageAlt: "mobile UI project dashboard analytics", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/older-person-using-video-call-feature-their-device_23-2150165553.jpg", imageAlt: "Mobile communication app", }, - imageSrc: "http://img.b2bpic.net/free-photo/business-leader-professional-office-strategizing-development-success_482257-124038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-leader-professional-office-strategizing-development-success_482257-124038.jpg?_wi=2", imageAlt: "mobile UI project dashboard analytics", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-office-desktop_23-2148194753.jpg", imageAlt: "Mobile project report overview", }, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320719.jpg?_wi=2", imageAlt: "mobile UI project dashboard analytics", }, ]}