From e735637ccc5e0ef11c4e96853d5de5d61af9527d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 23:20:17 +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 6eafb27..b6d1013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,27 +73,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tall-bar-stool-wooden-background_181624-30147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-bar-stool-wooden-background_181624-30147.jpg?_wi=1", imageAlt: "Luxurious barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-puts-comb-temple-rolling-eyes-isolated-violet-space-with-copy-space_141793-60233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-puts-comb-temple-rolling-eyes-isolated-violet-space-with-copy-space_141793-60233.jpg?_wi=1", imageAlt: "Precision haircut service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg?_wi=1", imageAlt: "Warm barbershop atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tall-bar-stool-wooden-background_181624-30147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-bar-stool-wooden-background_181624-30147.jpg?_wi=2", imageAlt: "Professional grooming setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-puts-comb-temple-rolling-eyes-isolated-violet-space-with-copy-space_141793-60233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-puts-comb-temple-rolling-eyes-isolated-violet-space-with-copy-space_141793-60233.jpg?_wi=2", imageAlt: "Barber precision at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg?_wi=2", imageAlt: "Refined salon environment", }, ]}