Update src/app/about/page.tsx
This commit is contained in:
@@ -42,10 +42,7 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Elevation Capital was founded in 2015 with a mission to identify and nurture exceptional companies with transformational potential. Our founders brought together decades of experience from leading venture capital firms, corporate strategy roles, and operational leadership positions.",
|
||||
"We believe that successful investing goes beyond capital deployment. It requires deep sector expertise, operational excellence, and a commitment to supporting our portfolio companies through every phase of their growth journey.",
|
||||
"Today, we manage a diverse portfolio spanning technology, healthcare, and financial services sectors, with a track record of delivering exceptional returns while building enduring partnerships with our portfolio companies and limited partners.",
|
||||
]}
|
||||
"Elevation Capital was founded in 2015 with a mission to identify and nurture exceptional companies with transformational potential. Our founders brought together decades of experience from leading venture capital firms, corporate strategy roles, and operational leadership positions.", "We believe that successful investing goes beyond capital deployment. It requires deep sector expertise, operational excellence, and a commitment to supporting our portfolio companies through every phase of their growth journey.", "Today, we manage a diverse portfolio spanning technology, healthcare, and financial services sectors, with a track record of delivering exceptional returns while building enduring partnerships with our portfolio companies and limited partners."]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -71,29 +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?_wi=3",
|
||||
},
|
||||
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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,32 +91,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50",
|
||||
title: "+",
|
||||
description: "Portfolio companies invested since 2015",
|
||||
icon: TrendingUp,
|
||||
id: "1", value: "50", title: "+", description: "Portfolio companies invested since 2015", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "8.5",
|
||||
title: "B",
|
||||
description: "Combined portfolio valuation",
|
||||
icon: BarChart3,
|
||||
id: "2", value: "8.5", title: "B", description: "Combined portfolio valuation", icon: BarChart3,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "25",
|
||||
title: "+",
|
||||
description: "Investment professionals on team",
|
||||
icon: Users,
|
||||
id: "3", value: "25", title: "+", description: "Investment professionals on team", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "92",
|
||||
title: "%",
|
||||
description: "Portfolio company survival rate",
|
||||
icon: PieChart,
|
||||
id: "4", value: "92", title: "%", description: "Portfolio company survival rate", icon: PieChart,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user