Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 18:24:38 +00:00
parent fd8a98cb5a
commit a43683aa2c

View File

@@ -68,13 +68,13 @@ export default function AboutPage() {
carouselMode="buttons"
members={[
{
id: "1", name: "David Rothschild", role: "Founder & Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
id: "1", name: "David Rothschild", role: "Founder & Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
{
id: "2", name: "Jennifer Liu", role: "Partner, Growth Strategy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
id: "2", name: "Jennifer Liu", role: "Partner, Growth Strategy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
{
id: "3", name: "Michael Torres", role: "Partner, Operations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
id: "3", name: "Michael Torres", role: "Partner, Operations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"},
{
id: "4", name: "Amanda Patel", role: "Principal, Investment Analysis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
id: "4", name: "Amanda Patel", role: "Principal, Investment Analysis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"},
]}
/>
</div>