From d45a4f38deb4d206e0e23f364b9ff5ad345d235e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:07:26 +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 262a8e5..752194a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@jamesr", testimonial: "The best fade in town, hands down.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-customer_23-2147778853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-customer_23-2147778853.jpg?_wi=1", imageAlt: "barber shop interior modern premium", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sarahk", testimonial: "My husband loves coming here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg?_wi=1", imageAlt: "men haircut portrait stylish", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@toml", testimonial: "Classy atmosphere and great attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-hipster-like-man-white-t-shirt-trying-decide-whether-shave-his-long-red-hair-beard-stylish-guy-holding-straight-razor-with-serious-facial-expression-look_273609-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-hipster-like-man-white-t-shirt-trying-decide-whether-shave-his-long-red-hair-beard-stylish-guy-holding-straight-razor-with-serious-facial-expression-look_273609-5855.jpg?_wi=1", imageAlt: "man beard grooming portrait", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@davidb", testimonial: "Best barber in the business, no contest.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg?_wi=1", imageAlt: "trendy men hair and beard", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barber-styling-beard-customer_23-2147778853.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-styling-beard-customer_23-2147778853.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -242,21 +242,21 @@ export default function LandingPage() { name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg?_wi=2", }, { id: "t2", name: "Alex Smith", handle: "@asmith", testimonial: "Constantcuzzz never disappoints.", - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-hipster-like-man-white-t-shirt-trying-decide-whether-shave-his-long-red-hair-beard-stylish-guy-holding-straight-razor-with-serious-facial-expression-look_273609-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-hipster-like-man-white-t-shirt-trying-decide-whether-shave-his-long-red-hair-beard-stylish-guy-holding-straight-razor-with-serious-facial-expression-look_273609-5855.jpg?_wi=2", }, { id: "t3", name: "Sam Brown", handle: "@sbrown", testimonial: "Finally found a barber who understands my style.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg?_wi=2", }, { id: "t4", -- 2.49.1