From ec4a9fece1c9e741f68dd78214d0444f531cabaa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:53:24 +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 82a4115..b6a89ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,19 +130,19 @@ export default function LandingPage() { { title: "Precision Haircut", description: "Classic and modern cuts tailored to your facial features.", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg?_wi=1", imageAlt: "Haircut", }, { title: "Beard Grooming", description: "Hot towel shaves and expert beard shaping services.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg?_wi=1", imageAlt: "Shave", }, { title: "Shave & Style", description: "Complete grooming package for a refreshed and sharp look.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg?_wi=1", imageAlt: "Style", }, ]} @@ -161,19 +161,19 @@ export default function LandingPage() { id: "b1", name: "Carlos M.", role: "Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-cafe-street-with-glass-wine-romantic-guy-white-cap-suspenders-city-peaky-blinders-old-fashionable-retro_1321-2027.jpg?_wi=2", }, { id: "b2", name: "Jose R.", role: "Lead Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg?_wi=2", }, { id: "b3", name: "Luis D.", role: "Senior Barber", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg?_wi=2", }, ]} title="Meet Our Barbers" -- 2.49.1