From b7a86f50befa36bde9728fbf05dcbb2c6e9664eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:05:11 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a5279c4..6d78e2d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { description="Barbershop 2020 was founded on the principle of delivering outstanding grooming services in an atmosphere of professionalism and genuine care. Our team of master barbers combines traditional techniques with modern trends to create an experience that transcends a typical haircut." subdescription="Every client leaves our chair looking sharp, feeling confident, and ready to take on the world. We believe that a great haircut is more than just style—it's about building relationships and trust with our community." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/professional-barber-shop-chairs-close-up_23-2148353478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-barber-shop-chairs-close-up_23-2148353478.jpg?_wi=2" imageAlt="Barbershop interior" mediaAnimation="slide-up" useInvertedBackground={false} @@ -65,28 +65,28 @@ export default function AboutPage() { id: "1", name: "Marcus Johnson", role: "Master Barber & Owner", - imageSrc: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-3659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-3659.jpg?_wi=2", imageAlt: "professional barber portrait confident male", }, { id: "2", name: "David Chen", role: "Senior Barber", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-comb_23-2149137902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-comb_23-2149137902.jpg?_wi=2", imageAlt: "professional barber portrait confident male", }, { id: "3", name: "James Williams", role: "Specialist Barber", - imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg?_wi=2", imageAlt: "professional barber portrait male stylist", }, { id: "4", name: "Tony Rodriguez", role: "Barber", - imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-spray-comb-with-serious-face-standing-orange-wall_141793-61305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-spray-comb-with-serious-face-standing-orange-wall_141793-61305.jpg?_wi=2", imageAlt: "professional barber portrait confident male", }, ]} @@ -95,7 +95,7 @@ export default function AboutPage() {