diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 70c3968..9510ae1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,9 +18,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Explore Our Portfolio", - href: "/portfolio", - }; + text: "Explore Our Portfolio", href: "/portfolio"}; return ( @@ -150,19 +128,18 @@ export default function AboutPage() { { text: "Contact Us", href: "/contact" }, { text: "Schedule a Meeting", href: "#" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -117,44 +85,20 @@ export default function PortfolioPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "28%", - title: "Average IRR Across Portfolio", - items: [ - "Multiple exits exceeding 4x MOIC", - "Consistent returns since 2008 inception", - "Diversified sector exposure", - ], + id: "1", value: "28%", title: "Average IRR Across Portfolio", items: [ + "Multiple exits exceeding 4x MOIC", "Consistent returns since 2008 inception", "Diversified sector exposure"], }, { - id: "2", - value: "€850M+", - title: "Assets Under Management", - items: [ - "12 active fund vehicles", - "Over 45 portfolio companies invested", - "Strong institutional LP base", - ], + id: "2", value: "€850M+", title: "Assets Under Management", items: [ + "12 active fund vehicles", "Over 45 portfolio companies invested", "Strong institutional LP base"], }, { - id: "3", - value: "15+", - title: "Years Industry Leadership", - items: [ - "Established PE firm with track record", - "Recognized across Portuguese market", - "Trusted by institutional investors", - ], + id: "3", value: "15+", title: "Years Industry Leadership", items: [ + "Established PE firm with track record", "Recognized across Portuguese market", "Trusted by institutional investors"], }, { - id: "4", - value: "45+", - title: "Successful Portfolio Exits", - items: [ - "Strategic buyer acquisitions", - "Secondary PE transactions", - "Public market IPOs", - ], + id: "4", value: "45+", title: "Successful Portfolio Exits", items: [ + "Strategic buyer acquisitions", "Secondary PE transactions", "Public market IPOs"], }, ]} animationType="slide-up" @@ -173,19 +117,18 @@ export default function PortfolioPage() { { text: "Contact Us", href: "/contact" }, { text: "Schedule a Meeting", href: "#" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -110,44 +84,20 @@ export default function TeamPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "28%", - title: "Average IRR Across Portfolio", - items: [ - "Multiple exits exceeding 4x MOIC", - "Consistent returns since 2008 inception", - "Diversified sector exposure", - ], + id: "1", value: "28%", title: "Average IRR Across Portfolio", items: [ + "Multiple exits exceeding 4x MOIC", "Consistent returns since 2008 inception", "Diversified sector exposure"], }, { - id: "2", - value: "€850M+", - title: "Assets Under Management", - items: [ - "12 active fund vehicles", - "Over 45 portfolio companies invested", - "Strong institutional LP base", - ], + id: "2", value: "€850M+", title: "Assets Under Management", items: [ + "12 active fund vehicles", "Over 45 portfolio companies invested", "Strong institutional LP base"], }, { - id: "3", - value: "15+", - title: "Years Industry Leadership", - items: [ - "Established PE firm with track record", - "Recognized across Portuguese market", - "Trusted by institutional investors", - ], + id: "3", value: "15+", title: "Years Industry Leadership", items: [ + "Established PE firm with track record", "Recognized across Portuguese market", "Trusted by institutional investors"], }, { - id: "4", - value: "45+", - title: "Successful Portfolio Exits", - items: [ - "Strategic buyer acquisitions", - "Secondary PE transactions", - "Public market IPOs", - ], + id: "4", value: "45+", title: "Successful Portfolio Exits", items: [ + "Strategic buyer acquisitions", "Secondary PE transactions", "Public market IPOs"], }, ]} animationType="slide-up" @@ -166,19 +116,18 @@ export default function TeamPage() { { text: "Contact Us", href: "/contact" }, { text: "Schedule a Meeting", href: "#" }, ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} />