diff --git a/src/app/page.tsx b/src/app/page.tsx index f6ce353..8338c6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Office Manager", company: "Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait headshot person authentic"}, { id: "2", name: "Michael Rodriguez", role: "Fitness Trainer", company: "FitLife Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait headshot person authentic"}, { id: "3", name: "Emily Thompson", role: "Physical Therapist", company: "Wellness Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait headshot person authentic"}, { id: "4", name: "David Kim", role: "Marathon Runner", company: "Running Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait headshot person authentic"}, ]} kpiItems={[ { value: "98%", label: "Customer Satisfaction" },