diff --git a/src/app/page.tsx b/src/app/page.tsx index be666ef..1ea4eff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,27 +90,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Freelance Designer", company: "Creative Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "professional headshot portrait woman business" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "professional headshot portrait woman business" }, { id: "2", name: "Michael Chen", role: "Startup Founder", company: "TechVentures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait man business" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot portrait man business" }, { id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "Growth Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "professional headshot portrait woman business" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "professional headshot portrait woman business" }, { id: "4", name: "David Kim", role: "Product Manager", company: "Digital Innovators", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait man business" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot portrait man business" }, { id: "5", name: "Jessica Lee", role: "CEO", company: "Brand Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "professional headshot portrait woman business" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", imageAlt: "professional headshot portrait woman business" }, { id: "6", name: "Alex Thompson", role: "Web Developer", company: "Tech Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait man business" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot portrait man business" } ]} gridVariant="three-columns-all-equal-width"