From eeaf0ec3c86fcdd6c684c2e9b10beee89c25cb22 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 19:28:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b974c..4c3cfc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg", imageAlt: "David Kim, Head Chef"}, { id: "5", name: "Jessica Lee", role: "Food Blogger", company: "The Flavor Journey", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.jpg", alt: "Jessica Lee, Food Blogger"}, + imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.jpg", imageAlt: "Jessica Lee, Food Blogger"}, ]} kpiItems={[ { -- 2.49.1