From 7b832d1fe426b2ed9d5eee44dc57232689ee65a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 03:27:13 +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 dbd1fd4..3668c88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,10 +202,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-male-barber-uniform-gestures-ok-hand-sign-isolated-green-space-with-copy-space_141793-60261.jpg", imageAlt: "Michael Chen"}, { id: "t4", name: "Emily Rodriguez", role: "Community Volunteer", company: "Fayette Youth Programs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "Emily Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", imageAlt: "Emily Rodriguez"}, { id: "t5", name: "David Wilson", role: "Retired Teacher", company: "Fayette School District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-people-bonding-spending-time-together-youth-activities_23-2151664336.jpg", alt: "David Wilson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-people-bonding-spending-time-together-youth-activities_23-2151664336.jpg", imageAlt: "David Wilson"}, ]} kpiItems={[ { -- 2.49.1