From e3849e6d849ee11662bf4a67c0e74c82e706a708 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:16:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d52360a..ae357df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Best haircut I have ever had! Really appreciate the attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21642.jpg?_wi=1", imageAlt: "barbershop interior modern professional", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@mikesmith", testimonial: "Great atmosphere, professional barbers, and excellent results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform_141793-117603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform_141793-117603.jpg?_wi=1", imageAlt: "barber cutting hair professional style", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@alexj", testimonial: "My go-to spot for a fresh fade. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-caucasian-man-smiling-widely-laughing_132075-8199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-caucasian-man-smiling-widely-laughing_132075-8199.jpg?_wi=1", imageAlt: "man smiling after haircut closeup", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@chrisl", testimonial: "Always a smooth experience. The staff is very friendly and skilled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-pointing-fingers-himself-black_176420-14765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-pointing-fingers-himself-black_176420-14765.jpg?_wi=1", imageAlt: "customer getting beard trim portrait", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@samt", testimonial: "Fantastic grooming services. They really know their craft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66957.jpg?_wi=1", imageAlt: "man looking in mirror barbershop portrait", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21642.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21642.jpg?_wi=2" imageAlt="Professional Barbershop Chair" avatars={[ { @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Only the best hair and skin products used.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform_141793-117603.jpg" + imageSrc="http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform_141793-117603.jpg?_wi=2" imageAlt="Traditional Barber Cutting Hair" mediaAnimation="slide-up" /> @@ -227,7 +227,7 @@ export default function LandingPage() { role: "Designer", company: "Creative Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-caucasian-man-smiling-widely-laughing_132075-8199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-caucasian-man-smiling-widely-laughing_132075-8199.jpg?_wi=2", }, { id: "2", @@ -235,7 +235,7 @@ export default function LandingPage() { role: "Engineer", company: "BuildLab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-pointing-fingers-himself-black_176420-14765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-pointing-fingers-himself-black_176420-14765.jpg?_wi=2", }, { id: "3", @@ -243,7 +243,7 @@ export default function LandingPage() { role: "Consultant", company: "StrategyInc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66957.jpg?_wi=2", }, { id: "4", -- 2.49.1