From b086ceb6b6f45d88ad5a49d54a6e50f493c29217 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:52:37 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ee96d3..0e8e6a5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,10 +60,10 @@ export default function AboutPage() { }, { id: "m2", title: "John Smith", subtitle: "Director", detail: "Ensuring reliability.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg" - }, + } ], imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", imageAlt: "Portrait of a successful businesswoman" - }, + } ]} /> -- 2.49.1