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