From a9adbd375025f9329ddbc9d073ca01380dae3925 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:05:46 +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 d0c5935..5d6fdad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "tel:5550123456", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg", @@ -138,19 +138,19 @@ export default function LandingPage() { id: "s1", title: "Men’s Haircuts", description: "Classic and modern styles for every customer.", - imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg?_wi=2", }, { id: "s2", title: "Beard Trims", description: "Expert trimming and grooming.", - imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg?_wi=3", }, { id: "s3", title: "Walk-ins Welcome", description: "Just stop by, we'll get you taken care of.", - imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg?_wi=4", }, ]} title="Our Services" @@ -171,7 +171,7 @@ export default function LandingPage() { role: "Long-time Client", company: "Chattanooga Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg?_wi=5", imageAlt: "classic vintage barbershop interior", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { role: "Client", company: "Chattanooga Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=1", imageAlt: "experienced barber portrait", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { role: "Client", company: "Chattanooga Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196236.jpg?_wi=1", imageAlt: "barber shop exterior facade", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { role: "Client", company: "Chattanooga Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barbershop-washbasin-with-professional-chairs_23-2148298338.jpg?_wi=6", imageAlt: "classic vintage barbershop interior", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Client", company: "Chattanooga Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=2", imageAlt: "experienced barber portrait", }, ]} @@ -233,7 +233,7 @@ export default function LandingPage() { placeholder: "Your Phone", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196236.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196236.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1