From 336482121b8e9502f98e9395e7ec5578004abea4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:33:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2a5476..bc6b8c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@jamesr", testimonial: "Best shave I've had in 10 years. Robert is a master of his craft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/golden-ribbon-collection_1390-32.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/golden-ribbon-collection_1390-32.jpg?_wi=1", imageAlt: "luxury barbershop interior dark moody", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@davew", testimonial: "Old-world hospitality, modern precision. Always leave looking sharp.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313020.jpg?_wi=1", imageAlt: "classic haircut professional barber", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@mikes", testimonial: "The shop ambiance is unmatched. Feels like a real gentleman's club.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-setting-still-life_23-2150326549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-setting-still-life_23-2150326549.jpg?_wi=1", imageAlt: "straight razor shave hot towel", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@robbyb", testimonial: "Consistently excellent haircuts and a relaxed, professional atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg?_wi=1", imageAlt: "beard trim and grooming style", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-vector/golden-ribbon-collection_1390-32.jpg" + imageSrc="http://img.b2bpic.net/free-vector/golden-ribbon-collection_1390-32.jpg?_wi=2" imageAlt="Luxurious barbershop interior" avatars={[ { @@ -200,7 +200,7 @@ export default function LandingPage() { descriptions: [ "Expert styling customized for your hair type and style preference.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313020.jpg?_wi=2", }, { id: "2", @@ -208,7 +208,7 @@ export default function LandingPage() { descriptions: [ "Hot towel, classic shave, and premium aftershave finish.", ], - imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-setting-still-life_23-2150326549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-self-care-setting-still-life_23-2150326549.jpg?_wi=2", }, { id: "3", @@ -216,7 +216,7 @@ export default function LandingPage() { descriptions: [ "Precision trimming and lining to perfect your facial hair.", ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg?_wi=2", }, { id: "4", -- 2.49.1