diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ac209f0..b4e23cc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -98,7 +98,7 @@ export default function AboutPage() { 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", @@ -106,7 +106,7 @@ export default function AboutPage() { 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", @@ -114,7 +114,7 @@ export default function AboutPage() { 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" @@ -127,7 +127,7 @@ export default function AboutPage() { {/* Footer */}