From f2bfa61c4d3ed76318a2a8d691c36444aed5dbeb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:17:56 +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 d404901..d26bf17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,8 +117,8 @@ export default function LandingPage() { title="Our Leadership" description="Meet the experts behind Pathvo AI." members={[ - { name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, - { name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" } + { id: "1", name: "John Doe", role: "CEO", description: "Visionary leader with 10+ years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, + { id: "2", name: "Jane Smith", role: "CTO", description: "AI architect focused on scalable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg" } ]} /> -- 2.49.1