From 4244867c7b0be473874ac02e19133aa855637d4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:33:49 +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 3f48fb0..1f0d246 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ export default function LandingPage() { title="Meet Our Expert Barbers" tag="Team" members={[ - { id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson" }, + { id: "1", name: "Marcus Johnson", 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" }, { id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg", imageAlt: "David Chen" }, - { id: "3", name: "Antonio Rivera", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Antonio Rivera" }, + { id: "3", name: "Antonio Rivera", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Antonio Rivera" }, ]} memberVariant="card" membersAnimation="slide-up" @@ -96,12 +96,12 @@ export default function LandingPage() { description="Real feedback from satisfied customers who trust Revive for their grooming needs." tag="Testimonials" testimonials={[ - { id: "1", name: "James Patterson", handle: "@jpatterson_ceo", testimonial: "Best barbershop in town. Marcus always delivers a perfect cut in under 30 minutes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Patterson" }, - { id: "2", name: "Robert Singh", handle: "@rsingh_tech", testimonial: "The booking system is incredibly convenient. No more phone calls needed. I book during my lunch break.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Singh" }, - { id: "3", name: "Michael Torres", handle: "@mtorres_sales", testimonial: "Professional, friendly, and efficient. This is my go-to place for my weekly trim. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres" }, - { id: "4", name: "David Kim", handle: "@dkim_designer", testimonial: "The straight razor shave experience is unmatched. David really knows his craft. Felt like a spa day.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" }, - { id: "5", name: "Christopher Lee", handle: "@clee_finance", testimonial: "Consistent quality every single time. I've been coming here for 2 years and haven't looked back.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Christopher Lee" }, - { id: "6", name: "Andrew Martinez", handle: "@amartinez_startup", testimonial: "Great atmosphere, skilled barbers, and transparent pricing. Exactly what I was looking for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Andrew Martinez" }, + { id: "1", name: "James Patterson", handle: "@jpatterson_ceo", testimonial: "Best barbershop in town. Marcus always delivers a perfect cut in under 30 minutes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Patterson" }, + { id: "2", name: "Robert Singh", handle: "@rsingh_tech", testimonial: "The booking system is incredibly convenient. No more phone calls needed. I book during my lunch break.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Singh" }, + { id: "3", name: "Michael Torres", handle: "@mtorres_sales", testimonial: "Professional, friendly, and efficient. This is my go-to place for my weekly trim. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Torres" }, + { id: "4", name: "David Kim", handle: "@dkim_designer", testimonial: "The straight razor shave experience is unmatched. David really knows his craft. Felt like a spa day.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, + { id: "5", name: "Christopher Lee", handle: "@clee_finance", testimonial: "Consistent quality every single time. I've been coming here for 2 years and haven't looked back.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Christopher Lee" }, + { id: "6", name: "Andrew Martinez", handle: "@amartinez_startup", testimonial: "Great atmosphere, skilled barbers, and transparent pricing. Exactly what I was looking for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Andrew Martinez" }, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1