From ea510737e07e2ba177267b0097a3a8e850045f13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:52:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f8a9d6..2d8dac8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg?_wi=1", imageAlt: "Overfilled container", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg?_wi=2", imageAlt: "Overfilled container", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg?_wi=3", imageAlt: "Overfilled container", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg?_wi=4", imageAlt: "Overfilled container", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg?_wi=5", imageAlt: "Overfilled container", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100528.jpg?_wi=6", imageAlt: "Overfilled container", }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Local", company: "Reviewer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg?_wi=1", }, { id: "3", @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Student", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg?_wi=2", }, { id: "5", -- 2.49.1