From a757aceab52a135f68119583334046a4a3e590f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:48:40 +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 9f5baea..e2f6e75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,9 +124,9 @@ export default function LandingPage() { { id: "1", name: "Sofi", role: "Master Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofi testimonial" }, { id: "2", name: "Moe", role: "Expert Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Moe testimonial" }, { id: "3", name: "Heather", role: "Parent", company: "Happy Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageAlt: "Heather testimonial" }, - { id: "4", name: "Erika", role: "Family Customer", company: "Regular Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Erika testimonial" }, + { id: "4", name: "Erika", role: "Family Customer", company: "Regular Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Erika testimonial" }, { id: "5", name: "David", role: "Loyal Customer", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "David testimonial" }, - { id: "6", name: "James", role: "Regular Guest", company: "Satisfied Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James testimonial" } + { id: "6", name: "James", role: "Regular Guest", company: "Satisfied Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James testimonial" } ]} kpiItems={[ { value: "507", label: "5-Star Reviews" }, @@ -147,13 +147,13 @@ export default function LandingPage() { { id: "master-barbers", groupTitle: "Master Barbers", members: [ { id: "1", title: "Sofi", subtitle: "Master Barber & Specialist", detail: "Expert in kids cuts, precision work", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Sofi" }, - { id: "2", title: "Moe", subtitle: "Lead Barber", detail: "Specializes in modern & classic cuts", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Moe" }, - { id: "3", title: "Marcus", subtitle: "Senior Barber", detail: "Beard grooming & styling expert", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus" } + { id: "2", title: "Moe", subtitle: "Lead Barber", detail: "Specializes in modern & classic cuts", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Moe" }, + { id: "3", title: "Marcus", subtitle: "Senior Barber", detail: "Beard grooming & styling expert", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Marcus" } ] }, { id: "experienced-barbers", groupTitle: "Experienced Barbers", members: [ - { id: "4", title: "James", subtitle: "Professional Barber", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James" }, + { id: "4", title: "James", subtitle: "Professional Barber", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "James" }, { id: "5", title: "Alex", subtitle: "Skilled Barber", detail: "Contemporary & traditional cuts", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", imageAlt: "Alex" } ] } -- 2.49.1