From 8cc74f5f24705f3f75eab9502931b9aca080abc7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:26:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c301ad..ebec6eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barbershop in town. Always gets my fade just right. Highly recommend str8lines!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1" }, { name: "David Chen", handle: "Business Professional", testimonial: "Professional service, clean environment, and friendly staff. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=1" }, { name: "James Williams", handle: "Satisfied Client", testimonial: "The straight razor shave experience is incredible. These guys know what they're doing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -125,13 +125,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Outstanding Craftsmanship", quote: "I've been coming to str8lines for two years now. The attention to detail is unmatched. Every visit feels like a premium experience.", name: "Marcus Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Marcus Johnson" + id: "1", title: "Outstanding Craftsmanship", quote: "I've been coming to str8lines for two years now. The attention to detail is unmatched. Every visit feels like a premium experience.", name: "Marcus Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { - id: "2", title: "Professional & Welcoming", quote: "The barbers here are true professionals. They take time to understand what you want and execute perfectly. Highly recommended!", name: "David Chen", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageAlt: "David Chen" + id: "2", title: "Professional & Welcoming", quote: "The barbers here are true professionals. They take time to understand what you want and execute perfectly. Highly recommended!", name: "David Chen", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=2", imageAlt: "David Chen" }, { - id: "3", title: "Exceptional Straight Shave", quote: "First time getting a straight razor shave here and it was incredible. The barber's skill was evident. Will definitely be back.", name: "James Williams", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "James Williams" + id: "3", title: "Exceptional Straight Shave", quote: "First time getting a straight razor shave here and it was incredible. The barber's skill was evident. Will definitely be back.", name: "James Williams", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2", imageAlt: "James Williams" }, { id: "4", title: "Best Barbershop Experience", quote: "Clean environment, friendly staff, and exceptional results every single time. str8lines is worth the visit.", name: "Anthony Martinez", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", imageAlt: "Anthony Martinez" -- 2.49.1