Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 12:17:59 +00:00

View File

@@ -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" }
]}
/>
</div>