From 72803d39db8d12b9247e6efcd987fa4c284cbfac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:21:28 +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 1443d85..60b8d1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-tablet-device_23-2149749887.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-tablet-device_23-2149749887.jpg?_wi=1", imageAlt: "Modern web design interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/manufacture-production-industry-ideas-concept_53876-132214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/manufacture-production-industry-ideas-concept_53876-132214.jpg?_wi=1", imageAlt: "Clean graphic design presentation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-futuristic-style_23-2150998674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-futuristic-style_23-2150998674.jpg?_wi=1", imageAlt: "Professional design portfolio mockup", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150498015.jpg", imageAlt: "Strategy data visualization", }, - imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-tablet-device_23-2149749887.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-tablet-device_23-2149749887.jpg?_wi=2", imageAlt: "phone mockup clean UI design", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-women-shopping-city_23-2149321873.jpg", imageAlt: "Concept iteration mobile checkout", }, - imageSrc: "http://img.b2bpic.net/free-photo/manufacture-production-industry-ideas-concept_53876-132214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/manufacture-production-industry-ideas-concept_53876-132214.jpg?_wi=2", imageAlt: "phone mockup clean UI design", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2148708802.jpg", imageAlt: "Launch preparation messaging app", }, - imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-futuristic-style_23-2150998674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-futuristic-style_23-2150998674.jpg?_wi=2", imageAlt: "phone mockup clean UI design", }, ]} -- 2.49.1