From bdc6fde1f8c3ffa6fecb1fca232213de7282276b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:56:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e18b880..2dc3af4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,9 @@ const testimonialItems = [ }, { id: "4", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/confused-senior-businessman-wearing-suit_1262-3747.jpg", imageAlt: "David Park" + }, + { + id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-standing-indoors_1262-107.jpg", imageAlt: "Jessica Lee" } ]; @@ -213,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1