From c328ea2195c02abfb3ccd1d49c18bc601d2aee2e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:24: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 18748e7..487291b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=1", imageAlt: "barber shop skin fade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg?_wi=1", imageAlt: "skin fade close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg?_wi=1", imageAlt: "barber cutting kids hair", }, { @@ -107,7 +107,7 @@ export default function LandingPage() { imageAlt: "skin fade close up", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=2", imageAlt: "skin fade close up", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { imageAlt: "barber cutting kids hair", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg?_wi=2", imageAlt: "skin fade close up", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { imageAlt: "hair tattoo pattern", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg?_wi=2", imageAlt: "skin fade close up", }, ]} -- 2.49.1