Update src/app/about/page.tsx

This commit is contained in:
2026-02-25 16:53:02 +00:00
parent bb8cb095ea
commit f53511459a

View File

@@ -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",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg?_wi=2",
imageAlt: "Marcus Johnson, Software Engineering Intern"
}
]}