From bb0a7a837adeaf30a076f25f43260d40f33bf86f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:57:23 +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 8bf6d9d..d3d0eab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,12 +134,12 @@ export default function LandingPage() { description="Real feedback from our valued customers who trust Studio09 for their grooming needs" gridVariant="uniform-all-items-equal" testimonials={[ - { id: "1", name: "Marcus Johnson", role: "Business Professional", company: "Houston Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, + { id: "1", name: "Marcus Johnson", role: "Business Professional", company: "Houston Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "2", name: "David Chen", role: "Creative Director", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg" }, { id: "3", name: "James Rodriguez", role: "Family Father", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-positive-outgoing-male-friend-casual-shirt_176420-24245.jpg" }, - { id: "4", name: "Michael Thompson", role: "Regular Client", company: "Studio09 Loyal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, - { id: "5", name: "Anthony Garcia", role: "Corporate Manager", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, - { id: "6", name: "Robert Williams", role: "Entrepreneur", company: "Houston Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } + { id: "4", name: "Michael Thompson", role: "Regular Client", company: "Studio09 Loyal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, + { id: "5", name: "Anthony Garcia", role: "Corporate Manager", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, + { id: "6", name: "Robert Williams", role: "Entrepreneur", company: "Houston Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" } ]} carouselMode="buttons" animationType="slide-up" -- 2.49.1