From c2fc407a72cfa3e35f1b6716ea2f892cb9b331eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:57:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a11876b..f09fb19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "Local Client", testimonial: "He really takes his time to understand what you want. Best cut in the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=1", imageAlt: "modern luxury barbershop interior dark", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "Local Client", testimonial: "I left feeling fresh and confident. Amazing service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=2", imageAlt: "barber cutting hair professional", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "Local Client", testimonial: "Best haircut I've had in years. Will be a regular.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=1", imageAlt: "professional barber smiling", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "Local Client", testimonial: "The attention to detail and vibe here are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg?_wi=1", imageAlt: "modern barber workspace portrait", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=3" showDimOverlay={true} showBlur={true} avatars={[ @@ -168,7 +168,7 @@ export default function LandingPage() { title: "Classic Haircut", description: "Tailored to your style and preferences with a professional touch.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=4", imageAlt: "Classic haircut", }, items: [ @@ -189,7 +189,7 @@ export default function LandingPage() { title: "Skin Fade", description: "Clean, sharp, and signature precision for a modern aesthetic.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=5", imageAlt: "Skin fade", }, items: [ @@ -210,7 +210,7 @@ export default function LandingPage() { title: "Beard Grooming", description: "Sculpted to suit your jawline perfectly with premium products.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=6", imageAlt: "Beard grooming", }, items: [ @@ -245,21 +245,21 @@ export default function LandingPage() { name: "Semir", role: "Founder & Master Barber", description: "Mastering the craft with years of experience and sharp precision.", - imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=2", }, { id: "2", name: "Efe", role: "Style Specialist", description: "Energy, style, and precision for every unique client.", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg?_wi=2", }, { id: "3", name: "Join Us", role: "Looking for barbers", description: "We are growing. Join our team of experts.", - imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=3", }, ]} title="The Craftsmen" @@ -322,7 +322,7 @@ export default function LandingPage() {