diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50c45e3..a11f73a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { role: "Computer Science Student", company: "University Tech Program", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=1", imageAlt: "Sarah Chen, Computer Science Student" }, { @@ -87,7 +87,7 @@ export default function AboutPage() { role: "Software Engineering Intern", company: "StartupTech Inc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg", imageAlt: "Marcus Johnson, Software Engineering Intern" } ]}