diff --git a/src/app/page.tsx b/src/app/page.tsx index e980301..f9894ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,10 +174,10 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah Bennett", role: "CMO", company: "TechVision Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, - { id: "2", name: "David Kumar", role: "Founder", company: "GrowthLoop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, + { id: "1", name: "Sarah Bennett", role: "CMO", company: "TechVision Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1" }, + { id: "2", name: "David Kumar", role: "Founder", company: "GrowthLoop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2" }, { id: "3", name: "Emily Rodriguez", role: "VP Marketing", company: "BrandCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg" }, - { id: "4", name: "Michael Park", role: "CEO", company: "InnovateLabs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" } + { id: "4", name: "Michael Park", role: "CEO", company: "InnovateLabs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3" } ]} kpiItems={[ { value: "420%", label: "Average follower growth" },