From 46428c65e401fdfdc1069f1161e48073be296a31 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:18:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7272a6b..c872272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,13 +118,13 @@ export default function LandingPage() { { id: "expert-team", groupTitle: "Expert Barbers", members: [ { - id: "1", title: "Marcus Johnson", subtitle: "Master Barber", detail: "marcus@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson - Master Barber" + id: "1", title: "Marcus Johnson", subtitle: "Master Barber", detail: "marcus@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Marcus Johnson - Master Barber" }, { - id: "2", title: "David Martinez", subtitle: "Senior Barber", detail: "david@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Martinez - Senior Barber" + id: "2", title: "David Martinez", subtitle: "Senior Barber", detail: "david@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "David Martinez - Senior Barber" }, { - id: "3", title: "James Wilson", subtitle: "Fade Specialist", detail: "james@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Wilson - Fade Specialist" + id: "3", title: "James Wilson", subtitle: "Fade Specialist", detail: "james@coldcutz.com", 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 Wilson - Fade Specialist" } ] } @@ -145,19 +145,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Carlos Rodriguez", role: "Regular Customer", company: "Local Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Carlos Rodriguez testimonial" }, { id: "2", name: "Michael Anderson", role: "Corporate Client", company: "Tech Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Anderson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Anderson testimonial" }, { id: "3", name: "Anthony Thompson", role: "Loyal Customer", company: "Small Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Anthony Thompson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Anthony Thompson testimonial" }, { id: "4", name: "Robert Chen", role: "Frequent Visitor", company: "Marketing Manager", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Chen testimonial" } ]} /> -- 2.49.1