diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6f7d484..46ec330 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -42,10 +42,7 @@ export default function AboutPage() {
@@ -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"
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 63dfcab..297a41c 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -40,10 +40,7 @@ export default function ContactPage() {
@@ -160,32 +137,16 @@ export default function HomePage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- value: "8.5",
- title: "Billion",
- description: "Total portfolio valuation across 50+ companies",
- icon: TrendingUp,
+ id: "1", value: "8.5", title: "Billion", description: "Total portfolio valuation across 50+ companies", icon: TrendingUp,
},
{
- id: "2",
- value: "4.2",
- title: "x",
- description: "Average return multiple on successful exits",
- icon: BarChart3,
+ id: "2", value: "4.2", title: "x", description: "Average return multiple on successful exits", icon: BarChart3,
},
{
- id: "3",
- value: "18",
- title: "%",
- description: "Average IRR across all investments",
- icon: PieChart,
+ id: "3", value: "18", title: "%", description: "Average IRR across all investments", icon: PieChart,
},
{
- id: "4",
- value: "92",
- title: "%",
- description: "Portfolio company survival rate post-investment",
- icon: Shield,
+ id: "4", value: "92", title: "%", description: "Portfolio company survival rate post-investment", icon: Shield,
},
]}
gridVariant="uniform-all-items-equal"
@@ -204,15 +165,7 @@ export default function HomePage() {
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"
@@ -224,7 +177,7 @@ export default function HomePage() {