From f063c986ad11705f6a9833715e56757cd5ee3976 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:51:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eba23c2..dcbd788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,10 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Regular Customer", testimonial: "Best haircut I've had in years. The attention to detail is incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg?_wi=1"}, { name: "David Chen", handle: "Loyal Client", testimonial: "Professional service, friendly atmosphere. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1"}, ]} useInvertedBackground={false} /> @@ -157,9 +157,9 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "James Mitchell, Business Owner", date: "Date: 15 December 2024", title: "Exceptional craftsmanship every time", quote: "I've been coming here for five years. Marcus and his team consistently deliver the best haircuts and shaves in the city. The atmosphere is welcoming and professional.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg"}, + id: "1", name: "James Mitchell, Business Owner", date: "Date: 15 December 2024", title: "Exceptional craftsmanship every time", quote: "I've been coming here for five years. Marcus and his team consistently deliver the best haircuts and shaves in the city. The atmosphere is welcoming and professional.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg?_wi=2"}, { - id: "2", name: "David Chen, Corporate Executive", date: "Date: 10 December 2024", title: "True barber shop experience", quote: "In a world of chain barbershops, this place is a gem. The attention to detail and genuine care for each client is remarkable. Highly recommend to anyone seeking quality grooming.", tag: "New Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"}, + id: "2", name: "David Chen, Corporate Executive", date: "Date: 10 December 2024", title: "True barber shop experience", quote: "In a world of chain barbershops, this place is a gem. The attention to detail and genuine care for each client is remarkable. Highly recommend to anyone seeking quality grooming.", tag: "New Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"}, { id: "3", name: "Robert Thompson, Attorney", date: "Date: 5 December 2024", title: "Best haircut in town", quote: "Antonio took time to understand exactly what I wanted. The precision and care he put into my cut was impressive. I'm now a regular and recommend them to all my colleagues.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"}, { -- 2.49.1