From 2281645f8f857973e44ecc0f38e2c8e0ebe57faf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 14:34:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87fd6a2..0ca5d81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-male-client_23-2147778768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-male-client_23-2147778768.jpg?_wi=1", imageAlt: "Barber chair view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg?_wi=1", imageAlt: "Barber shop tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-trimming-his-beard-with-hair-clippers-isolated-green-background-with-copy-space_141793-85020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-trimming-his-beard-with-hair-clippers-isolated-green-background-with-copy-space_141793-85020.jpg?_wi=1", imageAlt: "Haircut process", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-male-client_23-2147778768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-male-client_23-2147778768.jpg?_wi=2", imageAlt: "barber shop interior vintage", }, { @@ -132,7 +132,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg?_wi=2", imageAlt: "barber shop chair leather", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-trimming-his-beard-with-hair-clippers-isolated-green-background-with-copy-space_141793-85020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-trimming-his-beard-with-hair-clippers-isolated-green-background-with-copy-space_141793-85020.jpg?_wi=2", imageAlt: "hair cut process close up", }, ]} @@ -170,7 +170,7 @@ export default function LandingPage() { role: "Client", company: "Local Regular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg?_wi=1", }, { id: "t2", @@ -202,7 +202,7 @@ export default function LandingPage() { role: "Client", company: "Loyal Patron", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg?_wi=2", }, ]} title="What Our Clients Say" @@ -231,7 +231,7 @@ export default function LandingPage() { name: "details", placeholder: "Preferred date and time", }} - imageSrc="http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-male-client_23-2147778768.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-male-client_23-2147778768.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1