diff --git a/src/app/page.tsx b/src/app/page.tsx index fae4ff5..da6fc89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,27 +178,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahjtech", testimonial: "IPS transformed our payment processing. We saved 40% on fees compared to Square and the support team is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "@mchen_co", testimonial: "The API integration was seamless. Our development team had us live in 2 hours. Stripe took us days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Next-day settlements mean we have cash flow immediately. This has been a game-changer for our inventory management.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", handle: "@davidkimdev", testimonial: "Their customer support is actually responsive. I've never waited more than 20 minutes for help. Clover was weeks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Jessica Martinez", handle: "@jessicam_design", testimonial: "Switched from Square to IPS and immediately saw the difference in transaction speed and reporting accuracy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez" }, { id: "6", name: "Robert Thompson", handle: "@rthompson_biz", testimonial: "The transparent pricing is refreshing. No hidden fees, no surprises. IPS is exactly what it says it is.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Robert Thompson" } ]} />