From f1034d9c826361475e064a21c075ed3131e5afee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:04:41 +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 fb10480..7786d5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best fade in the city. Vazquez knows exactly what you need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg?_wi=1" }, { name: "David Chen", handle: "Corporate Professional", testimonial: "Impeccable service. Every visit is a premium experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=1" }, { name: "James Rodriguez", handle: "Weekly Client", testimonial: "The attention to detail is unmatched. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg?_wi=1" } ]} buttons={[ @@ -155,13 +155,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", role: "Regular Client", testimonial: "The precision and attention to detail is incredible. Vazquez delivers the best fades in the city every single time.", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg", icon: Scissors + id: "1", name: "Marcus Johnson", role: "Regular Client", testimonial: "The precision and attention to detail is incredible. Vazquez delivers the best fades in the city every single time.", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg?_wi=2", icon: Scissors }, { - id: "2", name: "David Chen", role: "Corporate Professional", testimonial: "Professional service, clean shop, and friendly atmosphere. I've been coming for over a year and never disappointed.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", icon: Scissors + id: "2", name: "David Chen", role: "Corporate Professional", testimonial: "Professional service, clean shop, and friendly atmosphere. I've been coming for over a year and never disappointed.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=2", icon: Scissors }, { - id: "3", name: "James Rodriguez", role: "Weekly Client", testimonial: "Vazquez understands what you want and executes flawlessly. Worth every penny. Highly recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg", icon: Scissors + id: "3", name: "James Rodriguez", role: "Weekly Client", testimonial: "Vazquez understands what you want and executes flawlessly. Worth every penny. Highly recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg?_wi=2", icon: Scissors }, { id: "4", name: "Anthony Williams", role: "New Customer", testimonial: "First visit was amazing. The barber really listens and takes time to get it right. Already booked my next appointment.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-raised-thumb_1187-3101.jpg", icon: Scissors -- 2.49.1