diff --git a/src/app/page.tsx b/src/app/page.tsx index d93a9d8..ac26794 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function LandingPage() { { id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-looking-through-his-laptop_23-2148465259.jpg", imageAlt: "David K. profile"}, { - id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogames_23-2150573842.jpg", alt: "Jessica L. profile"}, + id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogames_23-2150573842.jpg", imageAlt: "Jessica L. profile"}, { id: "6", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286986.jpg", imageAlt: "Gaming team leader portrait purple"}, ]} @@ -266,17 +266,13 @@ export default function LandingPage() {