From 78d3c82fc1838bec90e2b5ceb64149951e930e8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:58:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3286b7..b37bd88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg?_wi=1", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg?_wi=2", imageAlt: "Barber chair view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg?_wi=3", imageAlt: "Barber tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg?_wi=4", imageAlt: "Haircut detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg?_wi=5", imageAlt: "Shop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-brush-pins-copy-space_23-2148352961.jpg?_wi=6", imageAlt: "Barber working", }, ]} @@ -188,19 +188,19 @@ export default function LandingPage() { id: "b1", name: "Jack Miller", role: "Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg?_wi=1", }, { id: "b2", name: "Sarah Davis", role: "Lead Groomer", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-european-businessman-dark-suit-isolated-angry-trying-tie-tie-dont-know-how-it_343596-4957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-european-businessman-dark-suit-isolated-angry-trying-tie-tie-dont-know-how-it_343596-4957.jpg?_wi=1", }, { id: "b3", name: "Mike Ross", role: "Barber", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-male-with-long-hair-dark-background_613910-1758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-male-with-long-hair-dark-background_613910-1758.jpg?_wi=1", }, ]} title="Meet Our Barbers" @@ -220,7 +220,7 @@ export default function LandingPage() { role: "Local", company: "St. George", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg?_wi=2", }, { id: "t2", @@ -228,7 +228,7 @@ export default function LandingPage() { role: "Visitor", company: "Salt Lake", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-european-businessman-dark-suit-isolated-angry-trying-tie-tie-dont-know-how-it_343596-4957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-european-businessman-dark-suit-isolated-angry-trying-tie-tie-dont-know-how-it_343596-4957.jpg?_wi=2", }, { id: "t3", @@ -236,7 +236,7 @@ export default function LandingPage() { role: "Regular", company: "St. George", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-male-with-long-hair-dark-background_613910-1758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-male-with-long-hair-dark-background_613910-1758.jpg?_wi=2", }, { id: "t4", -- 2.49.1