From 25b18406e97c88fe66698aa9fce6ad8cf927964a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:08:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6822bc5..e62c565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,16 +127,16 @@ export default function LandingPage() { description="Experienced professionals dedicated to delivering premium grooming services." team={[ { - id: "kevin", name: "Kevin", role: "Master Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Kevin, Master Barber" + id: "kevin", name: "Kevin", role: "Master Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Kevin, Master Barber" }, { - id: "marcus", name: "Marcus", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus, Senior Barber" + id: "marcus", name: "Marcus", role: "Senior Barber", 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, Senior Barber" }, { - id: "james", name: "James", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James, Specialist Barber" + id: "james", name: "James", role: "Specialist Barber", 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, Specialist Barber" }, { - id: "david", name: "David", role: "Beard Specialist", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David, Beard Specialist" + id: "david", name: "David", role: "Beard Specialist", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=4", imageAlt: "David, Beard Specialist" } ]} animationType="slide-up" @@ -156,11 +156,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Martinez", role: "Customer", company: "Local Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Alex Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Alex Martinez" }, { id: "2", name: "John Thompson", role: "Regular Client", company: "Tech Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "John Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "John Thompson" }, { id: "3", name: "Chris Anderson", role: "Loyal Customer", company: "Sales Executive", rating: 5, @@ -172,11 +172,11 @@ export default function LandingPage() { }, { id: "5", name: "Robert Williams", role: "Satisfied Customer", company: "Entrepreneur", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Robert Williams" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Robert Williams" }, { id: "6", name: "Daniel Brown", role: "Trusted Client", company: "Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Daniel Brown" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Daniel Brown" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1