From 08c3af62c265bc1a204e471223183fe890467ff0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 13:36:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac26794..9a2f1b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,7 +220,7 @@ export default function LandingPage() { { id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg", imageAlt: "Emily R. profile"}, { - 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: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-looking-through-his-laptop_23-2148465259.jpg", alt: "David K. 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"}, { @@ -266,7 +266,7 @@ export default function LandingPage() {