diff --git a/src/app/page.tsx b/src/app/page.tsx index d0e3fee..56e8117 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"