diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5141cf1..1066324 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,13 +90,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Project Manager", company: "BuildRight Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, { id: "2", name: "Sarah Chen", role: "Procurement Lead", company: "TechManufacturing Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"}, { id: "3", name: "Michael Rodriguez", role: "Operations Director", company: "Industrial Solutions Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -108,7 +108,7 @@ export default function AboutPage() { {/* Footer */}