diff --git a/src/app/page.tsx b/src/app/page.tsx index d09b4f6..2aadddf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { testimonials={[ { name: "General Sarah Mitchell", handle: "Commander, Strategic Operations", testimonial: "Leadership is not about authority—it's about inspiring others to believe in something greater than themselves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-winner-gesture-singlet-skirt-looking-lucky_176474-50137.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-winner-gesture-singlet-skirt-looking-lucky_176474-50137.jpg?_wi=1"}, { name: "General Elena Rossi", handle: "Director, International Peacekeeping", testimonial: "Every challenge overcome makes us stronger. Every barrier broken opens doors for those who follow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg?_wi=1"}, { name: "General Maria Chen", handle: "Chief, Military Academy", testimonial: "True strength comes from conviction, compassion, and an unwavering commitment to serving others.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -125,13 +125,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "General Sarah Mitchell", role: "Commander", company: "Strategic Operations Division", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-winner-gesture-singlet-skirt-looking-lucky_176474-50137.jpg", imageAlt: "General Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-winner-gesture-singlet-skirt-looking-lucky_176474-50137.jpg?_wi=2", imageAlt: "General Sarah Mitchell"}, { id: "2", name: "General Elena Rossi", role: "Director", company: "International Peacekeeping", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg", imageAlt: "General Elena Rossi"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg?_wi=2", imageAlt: "General Elena Rossi"}, { id: "3", name: "General Maria Chen", role: "Chief", company: "Military Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", imageAlt: "General Maria Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg?_wi=2", imageAlt: "General Maria Chen"}, { id: "4", name: "General Lisa Anderson", role: "Deputy Commander", company: "Joint Defense Forces", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-businesswoman_23-2148139900.jpg", imageAlt: "General Lisa Anderson"},