From 436d0db5ef331acebe564c2ac6682f6f0c36d5c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:45:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0793bcd..96ce5e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -178,7 +178,7 @@ export default function LandingPage() { name: "Kevin", role: "Top-tier barber", description: "Precision specialist with 10 years experience.", - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186466.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186466.jpg?_wi=1", }, { id: "m2", @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "One of the best haircuts I've ever gotten — attention to detail is unreal.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6416.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg?_wi=2", imageAlt: "barbershop interior modern dark", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "It's not just a cut, it's an experience.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-tattooed-arm-wearing-white-shirt_613910-1888.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186466.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186466.jpg?_wi=2", imageAlt: "professional barber portrait modern", }, ]} @@ -282,7 +282,7 @@ export default function LandingPage() { tag="Booking" title="Ready to Level Up Your Look?" description="Book your appointment today and secure your spot." - imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg?_wi=3" mediaAnimation="slide-up" buttonText="Book Now" /> -- 2.49.1