diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ee131a..119f6da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,9 +126,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alex P.", role: "User", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" }, - { id: "2", name: "Jamie S.", role: "User", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" }, - { id: "3", name: "Jordan D.", role: "User", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" } + { id: "1", name: "Alex P.", role: "User", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" }, + { id: "2", name: "Jamie S.", role: "User", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2" }, + { id: "3", name: "Jordan D.", role: "User", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3" } ]} title="Happy Customers" description="Hear what our users have to say about their experience."