diff --git a/src/app/page.tsx b/src/app/page.tsx index 70c0f0c..c2c37e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,16 +156,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Owner", company: "Sweet Delights Bakery", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "woman portrait professional headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "woman portrait professional headshot business"}, { id: "2", name: "Michael Chen", role: "Founder", company: "CloudSync", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "man portrait professional headshot business"}, { id: "3", name: "Emily Rodriguez", role: "CEO", company: "FitLife Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "woman portrait professional headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "woman portrait professional headshot business"}, { id: "4", name: "David Kim", role: "Marketing Director", company: "Startup Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "man portrait professional headshot business"}, ]} kpiItems={[ { value: "180+", label: "Websites Created" },