From 4fbbafffb95e1d827bf885b5768a1853e56c2f99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:27:28 +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 6b50aef..35d2a89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Client", testimonial: "Best haircut I've had in years. The attention to detail is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg?_wi=1" }, { name: "David Chen", handle: "Satisfied Customer", testimonial: "GN Fades sets the standard for professional barbering in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1" } ]} imageSrc="http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg" @@ -134,10 +134,10 @@ export default function LandingPage() { description="Real feedback from satisfied customers who trust GN Fades" testimonials={[ { - id: "1", title: "Five Stars, Every Time", quote: "I've been going to GN Fades for three years now. Gregory and the team never disappoint. The quality of their work is unmatched.", name: "James Wilson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg", imageAlt: "James Wilson" + id: "1", title: "Five Stars, Every Time", quote: "I've been going to GN Fades for three years now. Gregory and the team never disappoint. The quality of their work is unmatched.", name: "James Wilson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg?_wi=2", imageAlt: "James Wilson" }, { - id: "2", title: "Professional Excellence", quote: "The attention to detail is incredible. Every haircut feels fresh, and the barbers really take their time with each client.", name: "Robert Taylor", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Robert Taylor" + id: "2", title: "Professional Excellence", quote: "The attention to detail is incredible. Every haircut feels fresh, and the barbers really take their time with each client.", name: "Robert Taylor", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2", imageAlt: "Robert Taylor" }, { id: "3", title: "Worth Every Penny", quote: "Best barbershop in town. Clean environment, friendly staff, and outstanding results. Highly recommend!", name: "Michael Anderson", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Michael Anderson" -- 2.49.1