Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -42,10 +42,7 @@ export default function PortfolioPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Portfolio"
|
||||
description={[
|
||||
"Our carefully curated portfolio represents the best-in-class companies across technology, healthcare, and financial services sectors. Each investment reflects our rigorous selection criteria and our commitment to supporting sustainable, profitable growth.",
|
||||
"We take a hands-on approach to portfolio management, leveraging our operational expertise and industry networks to accelerate value creation. Our companies benefit from access to our capital, strategic guidance, and an extensive network of board advisors, customers, and potential acquirers.",
|
||||
"From early-stage ventures to growth-stage companies, our portfolio companies represent over $8.5 billion in combined valuation and demonstrate the effectiveness of our investment thesis and operational support model.",
|
||||
]}
|
||||
"Our carefully curated portfolio represents the best-in-class companies across technology, healthcare, and financial services sectors. Each investment reflects our rigorous selection criteria and our commitment to supporting sustainable, profitable growth.", "We take a hands-on approach to portfolio management, leveraging our operational expertise and industry networks to accelerate value creation. Our companies benefit from access to our capital, strategic guidance, and an extensive network of board advisors, customers, and potential acquirers.", "From early-stage ventures to growth-stage companies, our portfolio companies represent over $8.5 billion in combined valuation and demonstrate the effectiveness of our investment thesis and operational support model."]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -67,15 +64,7 @@ export default function PortfolioPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CloudScale",
|
||||
"NextGen Industries",
|
||||
"Quantum Dynamics",
|
||||
"FinTech Solutions",
|
||||
"HealthTech Innovations",
|
||||
"DataCore Analytics",
|
||||
"SecureNet Systems",
|
||||
"GreenEnergy Global",
|
||||
]}
|
||||
"CloudScale", "NextGen Industries", "Quantum Dynamics", "FinTech Solutions", "HealthTech Innovations", "DataCore Analytics", "SecureNet Systems", "GreenEnergy Global"]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -94,32 +83,16 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.2",
|
||||
title: "x",
|
||||
description: "Average exit multiple for realized investments",
|
||||
icon: TrendingUp,
|
||||
id: "1", value: "4.2", title: "x", description: "Average exit multiple for realized investments", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "18",
|
||||
title: "%",
|
||||
description: "Average IRR across portfolio",
|
||||
icon: BarChart3,
|
||||
id: "2", value: "18", title: "%", description: "Average IRR across portfolio", icon: BarChart3,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "92",
|
||||
title: "%",
|
||||
description: "Portfolio company retention rate",
|
||||
icon: PieChart,
|
||||
id: "3", value: "92", title: "%", description: "Portfolio company retention rate", icon: PieChart,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50",
|
||||
title: "+",
|
||||
description: "Active portfolio companies managed",
|
||||
icon: Briefcase,
|
||||
id: "4", value: "50", title: "+", description: "Active portfolio companies managed", icon: Briefcase,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user