From 3ac8dc6d5575244adb01c5b746afad93fbf63086 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:06:20 +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 f75f5ea..21cab6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,11 +144,11 @@ export default function LandingPage() { }, { id: "3", name: "Amit Patel", role: "Fitness Enthusiast", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "Amit Patel" + imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg?_wi=1", imageAlt: "Amit Patel" }, { id: "4", name: "Neha Sharma", role: "Student", company: "Delhi University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "Neha Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg?_wi=2", imageAlt: "Neha Sharma" } ]} kpiItems={[ -- 2.49.1