From 407da9476334e50f40274b0eb4f02bf764e29beb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:31:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 500ecc2..609a0af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,23 +80,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg?_wi=1", imageAlt: "Barbershop interior with classic chairs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-barber_23-2147778874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-barber_23-2147778874.jpg?_wi=1", imageAlt: "Barber giving a classic shave", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-beard-trimmed_23-2148256868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-beard-trimmed_23-2148256868.jpg?_wi=1", imageAlt: "Barber cutting a client's hair with scissors", }, { - imageSrc: "http://img.b2bpic.net/free-photo/scissors-sketch-blackboard_1379-462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scissors-sketch-blackboard_1379-462.jpg?_wi=1", imageAlt: "Professional barbershop tools on a counter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg?_wi=1", imageAlt: "Client admiring a fresh haircut in the mirror", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { imageAlt: "Barber applying hot towel to face", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg?_wi=2", imageAlt: "stylish mens haircut close up", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { imageAlt: "Beard oil products", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-barber_23-2147778874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-barber_23-2147778874.jpg?_wi=2", imageAlt: "stylish mens haircut close up", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { imageAlt: "Hair clippers close up", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-beard-trimmed_23-2148256868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-beard-trimmed_23-2148256868.jpg?_wi=2", imageAlt: "stylish mens haircut close up", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { imageAlt: "Hair brush and comb on counter", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/scissors-sketch-blackboard_1379-462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scissors-sketch-blackboard_1379-462.jpg?_wi=2", imageAlt: "stylish mens haircut close up", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { imageAlt: "Notebook with hairstyle sketches", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg?_wi=2", imageAlt: "stylish mens haircut close up", }, ]} -- 2.49.1