Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 11:52:29 +00:00
6 changed files with 133 additions and 363 deletions

View File

@@ -18,9 +18,7 @@ export default function AboutPage() {
];
const navButton = {
text: "Explore Our Portfolio",
href: "/portfolio",
};
text: "Explore Our Portfolio", href: "/portfolio"};
return (
<ThemeProvider
@@ -29,7 +27,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -54,27 +52,19 @@ export default function AboutPage() {
useInvertedBackground={true}
bulletPoints={[
{
title: "Patient Capital",
description: "We invest with a long-term horizon, enabling sustainable growth without short-term pressure.",
icon: undefined,
title: "Patient Capital", description: "We invest with a long-term horizon, enabling sustainable growth without short-term pressure.", icon: undefined,
},
{
title: "Industry Expertise",
description: "Our team brings decades of operational experience across key sectors in the Portuguese economy.",
icon: undefined,
title: "Industry Expertise", description: "Our team brings decades of operational experience across key sectors in the Portuguese economy.", icon: undefined,
},
{
title: "Strategic Value-Add",
description: "Beyond capital, we provide operational guidance, market access, and network connectivity.",
icon: undefined,
title: "Strategic Value-Add", description: "Beyond capital, we provide operational guidance, market access, and network connectivity.", icon: undefined,
},
{
title: "Transparent Partnership",
description: "Clear communication and aligned incentives form the foundation of our partnerships.",
icon: undefined,
title: "Transparent Partnership", description: "Clear communication and aligned incentives form the foundation of our partnerships.", icon: undefined,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg"
imageAlt="CoRe Capital Investment Philosophy"
mediaAnimation="slide-up"
buttons={[{ text: "Download Investment Summary", href: "#" }]}
@@ -96,45 +86,33 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Operational Excellence Programs",
description:
"Implement best-practice operational frameworks, cost optimization, and efficiency improvements across portfolio companies.",
phoneOne: {
title: "Operational Excellence Programs", description:
"Implement best-practice operational frameworks, cost optimization, and efficiency improvements across portfolio companies.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-vector/hiring-recruitment-process_23-2148624250.jpg",
},
"http://img.b2bpic.net/free-vector/hiring-recruitment-process_23-2148624250.jpg"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/performance-skill-experience-accomplishment-concept_53876-134065.jpg",
},
"http://img.b2bpic.net/free-photo/performance-skill-experience-accomplishment-concept_53876-134065.jpg"},
},
{
id: 2,
title: "Market Expansion Strategy",
description:
"Leverage our network and market expertise to identify growth opportunities and expand portfolio company market presence.",
phoneOne: {
title: "Market Expansion Strategy", description:
"Leverage our network and market expertise to identify growth opportunities and expand portfolio company market presence.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg",
},
"http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/opportunity-chance-choice-development-concept_53876-13718.jpg",
},
"http://img.b2bpic.net/free-photo/opportunity-chance-choice-development-concept_53876-13718.jpg"},
},
{
id: 3,
title: "Executive Network Access",
description:
"Connect portfolio companies with industry leaders, potential partners, and specialized expertise to accelerate growth.",
phoneOne: {
title: "Executive Network Access", description:
"Connect portfolio companies with industry leaders, potential partners, and specialized expertise to accelerate growth.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-portrait-young-businessman-using-digital-tablet-outdoors_23-2148176115.jpg",
},
"http://img.b2bpic.net/free-photo/smiling-portrait-young-businessman-using-digital-tablet-outdoors_23-2148176115.jpg"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/business-people-connecting-puzzle-pieces_53876-94721.jpg",
},
"http://img.b2bpic.net/free-photo/business-people-connecting-puzzle-pieces_53876-94721.jpg"},
},
]}
/>
@@ -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}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg"
imageAlt="office building corporate headquarters"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Team", href: "/team" },
{ label: "Careers", href: "#" },
@@ -170,8 +147,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Investment Approach", href: "#about" },
{ label: "Portfolio", href: "#portfolio" },
{ label: "Track Record", href: "#" },
@@ -179,8 +155,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Email", href: "mailto:contact@corecapital.pt" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -17,9 +17,7 @@ export default function ContactPage() {
];
const navButton = {
text: "Explore Our Portfolio",
href: "/portfolio",
};
text: "Explore Our Portfolio", href: "/portfolio"};
return (
<ThemeProvider
@@ -28,7 +26,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -52,27 +50,19 @@ export default function ContactPage() {
useInvertedBackground={true}
bulletPoints={[
{
title: "Lisbon Headquarters",
description: "Our main office is located in Lisbon, Portugal, serving as the hub for our investment and operations teams.",
icon: undefined,
title: "Lisbon Headquarters", description: "Our main office is located in Lisbon, Portugal, serving as the hub for our investment and operations teams.", icon: undefined,
},
{
title: "Email Communication",
description: "Reach out to our team at contact@corecapital.pt for investment inquiries and partnership opportunities.",
icon: undefined,
title: "Email Communication", description: "Reach out to our team at contact@corecapital.pt for investment inquiries and partnership opportunities.", icon: undefined,
},
{
title: "Phone & Meetings",
description: "Schedule a meeting with our team to discuss your specific needs and explore potential collaborations.",
icon: undefined,
title: "Phone & Meetings", description: "Schedule a meeting with our team to discuss your specific needs and explore potential collaborations.", icon: undefined,
},
{
title: "Response Time",
description: "We typically respond to inquiries within 2-3 business days. For urgent matters, please mark as priority.",
icon: undefined,
title: "Response Time", description: "We typically respond to inquiries within 2-3 business days. For urgent matters, please mark as priority.", icon: undefined,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg"
imageAlt="Professional office environment"
mediaAnimation="slide-up"
buttons={[{ text: "Send us an Email", href: "mailto:contact@corecapital.pt" }]}
@@ -91,19 +81,18 @@ export default function ContactPage() {
{ text: "Schedule a Meeting", href: "#" },
{ text: "Request Information Package", href: "#" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg"
imageAlt="office building corporate headquarters"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Team", href: "/team" },
{ label: "Careers", href: "#" },
@@ -111,8 +100,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Investment Approach", href: "#about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Track Record", href: "#" },
@@ -120,8 +108,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Email", href: "mailto:contact@corecapital.pt" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -5,41 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = {
title: "CoRe Capital - Disciplined Capital, Exceptional Returns",
description: "CoRe Capital partners with exceptional management teams to build market-leading companies. Portuguese private equity firm combining deep industry expertise with patient capital for sustainable growth.",
keywords: "private equity, Portugal, capital investment, portfolio companies, institutional investors",
metadataBase: new URL("https://corecapital.pt"),
title: "CoRe Capital - Disciplined Capital, Exceptional Returns", description: "CoRe Capital partners with exceptional management teams to build market-leading companies. Portuguese private equity firm combining deep industry expertise with patient capital for sustainable growth.", keywords: "private equity, Portugal, capital investment, portfolio companies, institutional investors", metadataBase: new URL("https://corecapital.pt"),
alternates: {
canonical: "https://corecapital.pt",
},
canonical: "https://corecapital.pt"},
openGraph: {
title: "CoRe Capital - Disciplined Capital, Exceptional Returns",
description: "Portuguese PE firm delivering disciplined capital and exceptional returns to portfolio companies and investors.",
type: "website",
siteName: "CoRe Capital",
url: "https://corecapital.pt",
images: [
title: "CoRe Capital - Disciplined Capital, Exceptional Returns", description: "Portuguese PE firm delivering disciplined capital and exceptional returns to portfolio companies and investors.", type: "website", siteName: "CoRe Capital", url: "https://corecapital.pt", images: [
{
url: "http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg",
alt: "CoRe Capital - Office",
width: 1200,
url: "http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg", alt: "CoRe Capital - Office", width: 1200,
height: 630,
},
],
},
twitter: {
card: "summary_large_image",
title: "CoRe Capital - Disciplined Capital, Exceptional Returns",
description: "Portuguese private equity excellence.",
images: [
"http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg",
],
card: "summary_large_image", title: "CoRe Capital - Disciplined Capital, Exceptional Returns", description: "Portuguese private equity excellence.", images: [
"http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg"],
},
};

View File

@@ -21,9 +21,7 @@ export default function HomePage() {
];
const navButton = {
text: "Explore Our Portfolio",
href: "portfolio",
};
text: "Explore Our Portfolio", href: "portfolio"};
return (
<ThemeProvider
@@ -32,7 +30,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -54,38 +52,23 @@ export default function HomePage() {
tag="Portuguese PE Excellence"
tagIcon={TrendingUp}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg"
imageAlt="office business modern professional"
background={{ variant: "plain" }}
mediaAnimation="slide-up"
testimonials={[
{
name: "João Silva",
handle: "CEO, Industrial Holdings",
testimonial: "CoRe Capital's hands-on approach and strategic insight transformed our company's market position.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg",
},
name: "João Silva", handle: "CEO, Industrial Holdings", testimonial: "CoRe Capital's hands-on approach and strategic insight transformed our company's market position.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg"},
{
name: "Maria Costa",
handle: "Founder, Tech Innovation",
testimonial: "Their patient capital strategy allowed us to invest in long-term value creation without quarterly pressure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1",
},
name: "Maria Costa", handle: "Founder, Tech Innovation", testimonial: "Their patient capital strategy allowed us to invest in long-term value creation without quarterly pressure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"},
{
name: "Pedro Mendes",
handle: "CFO, European Logistics",
testimonial: "World-class operational expertise combined with genuine partnership. An exceptional partner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
name: "Pedro Mendes", handle: "CFO, European Logistics", testimonial: "World-class operational expertise combined with genuine partnership. An exceptional partner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Ana Torres",
handle: "Managing Director, Consumer Brands",
testimonial: "CoRe Capital understood our market deeply and provided both capital and strategic direction.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
},
name: "Ana Torres", handle: "Managing Director, Consumer Brands", testimonial: "CoRe Capital understood our market deeply and provided both capital and strategic direction.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
]}
buttons={[
{ text: "Explore Our Portfolio", href: "/portfolio" },
@@ -106,27 +89,19 @@ export default function HomePage() {
useInvertedBackground={true}
bulletPoints={[
{
title: "Patient Capital",
description: "We invest with a long-term horizon, enabling sustainable growth without short-term pressure.",
icon: undefined,
title: "Patient Capital", description: "We invest with a long-term horizon, enabling sustainable growth without short-term pressure.", icon: undefined,
},
{
title: "Industry Expertise",
description: "Our team brings decades of operational experience across key sectors in the Portuguese economy.",
icon: undefined,
title: "Industry Expertise", description: "Our team brings decades of operational experience across key sectors in the Portuguese economy.", icon: undefined,
},
{
title: "Strategic Value-Add",
description: "Beyond capital, we provide operational guidance, market access, and network connectivity.",
icon: undefined,
title: "Strategic Value-Add", description: "Beyond capital, we provide operational guidance, market access, and network connectivity.", icon: undefined,
},
{
title: "Transparent Partnership",
description: "Clear communication and aligned incentives form the foundation of our partnerships.",
icon: undefined,
title: "Transparent Partnership", description: "Clear communication and aligned incentives form the foundation of our partnerships.", icon: undefined,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg"
imageAlt="CoRe Capital Investment Philosophy"
mediaAnimation="slide-up"
buttons={[{ text: "Download Investment Summary", href: "#" }]}
@@ -145,44 +120,20 @@ export default function HomePage() {
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"
@@ -198,29 +149,17 @@ export default function HomePage() {
author="Paulo Rodrigues, CEO - European Manufacturing Group"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg",
alt: "man professional portrait business",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", alt: "man professional portrait business"},
{
src: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
alt: "woman professional portrait business",
},
src: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", alt: "woman professional portrait business"},
{
src: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg",
alt: "man portrait professional casual",
},
src: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg", alt: "man portrait professional casual"},
{
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
alt: "woman portrait professional executive",
},
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "woman portrait professional executive"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "man portrait investor business",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "man portrait investor business"},
{
src: "http://img.b2bpic.net/free-photo/content-young-multi-ethnic-colleagues-standing-back-back_1262-17849.jpg",
alt: "woman portrait partner business",
},
src: "http://img.b2bpic.net/free-photo/content-young-multi-ethnic-colleagues-standing-back-back_1262-17849.jpg", alt: "woman portrait partner business"},
]}
useInvertedBackground={false}
ratingAnimation="slide-up"
@@ -238,19 +177,18 @@ export default function HomePage() {
{ text: "Contact Us", href: "/contact" },
{ text: "Schedule a Meeting", href: "#" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg"
imageAlt="office building corporate headquarters"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Team", href: "/team" },
{ label: "Careers", href: "#" },
@@ -258,8 +196,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Investment Approach", href: "#about" },
{ label: "Portfolio", href: "#portfolio" },
{ label: "Track Record", href: "#" },
@@ -267,8 +204,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Email", href: "mailto:contact@corecapital.pt" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -18,9 +18,7 @@ export default function PortfolioPage() {
];
const navButton = {
text: "Explore Our Portfolio",
href: "/portfolio",
};
text: "Explore Our Portfolio", href: "/portfolio"};
return (
<ThemeProvider
@@ -29,7 +27,7 @@ export default function PortfolioPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -56,53 +54,23 @@ export default function PortfolioPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Industrial Automation Solutions",
price: "€45M Investment",
imageSrc:
"http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg",
imageAlt: "Industrial manufacturing company",
},
id: "1", name: "Industrial Automation Solutions", price: "€45M Investment", imageSrc:
"http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg", imageAlt: "Industrial manufacturing company"},
{
id: "2",
name: "Premium Consumer Brands",
price: "€32M Investment",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-eco-food-toys_23-2149884401.jpg",
imageAlt: "Consumer goods brand",
},
id: "2", name: "Premium Consumer Brands", price: "€32M Investment", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-eco-food-toys_23-2149884401.jpg", imageAlt: "Consumer goods brand"},
{
id: "3",
name: "Healthcare Services Network",
price: "€55M Investment",
imageSrc:
"http://img.b2bpic.net/free-photo/male-female-african-american-medical-staff-discussing-diagnostic-results_482257-122849.jpg",
imageAlt: "Healthcare services provider",
},
id: "3", name: "Healthcare Services Network", price: "€55M Investment", imageSrc:
"http://img.b2bpic.net/free-photo/male-female-african-american-medical-staff-discussing-diagnostic-results_482257-122849.jpg", imageAlt: "Healthcare services provider"},
{
id: "4",
name: "Technology Infrastructure",
price: "€28M Investment",
imageSrc:
"http://img.b2bpic.net/free-photo/data-center-engineers-managing-ai-systems-looking-paperwork_482257-131867.jpg",
imageAlt: "Tech infrastructure company",
},
id: "4", name: "Technology Infrastructure", price: "€28M Investment", imageSrc:
"http://img.b2bpic.net/free-photo/data-center-engineers-managing-ai-systems-looking-paperwork_482257-131867.jpg", imageAlt: "Tech infrastructure company"},
{
id: "5",
name: "Logistics & Distribution",
price: "€38M Investment",
imageSrc:
"http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg",
imageAlt: "Logistics network operator",
},
id: "5", name: "Logistics & Distribution", price: "€38M Investment", imageSrc:
"http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg", imageAlt: "Logistics network operator"},
{
id: "6",
name: "Specialized Manufacturing",
price: "€42M Investment",
imageSrc:
"http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-production-background_645730-396.jpg",
imageAlt: "Specialized manufacturing facility",
},
id: "6", name: "Specialized Manufacturing", price: "€42M Investment", imageSrc:
"http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-production-background_645730-396.jpg", imageAlt: "Specialized manufacturing facility"},
]}
/>
</div>
@@ -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}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg"
imageAlt="office building corporate headquarters"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Team", href: "/team" },
{ label: "Careers", href: "#" },
@@ -193,8 +136,7 @@ export default function PortfolioPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Investment Approach", href: "#about" },
{ label: "Portfolio", href: "#portfolio" },
{ label: "Track Record", href: "#" },
@@ -202,8 +144,7 @@ export default function PortfolioPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Email", href: "mailto:contact@corecapital.pt" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -18,9 +18,7 @@ export default function TeamPage() {
];
const navButton = {
text: "Explore Our Portfolio",
href: "/portfolio",
};
text: "Explore Our Portfolio", href: "/portfolio"};
return (
<ThemeProvider
@@ -29,7 +27,7 @@ export default function TeamPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -55,47 +53,23 @@ export default function TeamPage() {
gridVariant="four-items-2x2-equal-grid"
members={[
{
id: "1",
name: "Carlos Alves",
role: "Founder & Managing Partner",
imageSrc:
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
},
id: "1", name: "Carlos Alves", role: "Founder & Managing Partner", imageSrc:
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"},
{
id: "2",
name: "Sofia Ribeiro",
role: "Investment Director",
imageSrc:
"http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2",
},
id: "2", name: "Sofia Ribeiro", role: "Investment Director", imageSrc:
"http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"},
{
id: "3",
name: "Miguel Santos",
role: "Operations Partner",
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg",
},
id: "3", name: "Miguel Santos", role: "Operations Partner", imageSrc:
"http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg"},
{
id: "4",
name: "Cristina Oliveira",
role: "Finance Director",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-professional-saleswoman-businesswoman-suit-sitting-office-her-company_1258-194574.jpg",
},
id: "4", name: "Cristina Oliveira", role: "Finance Director", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-professional-saleswoman-businesswoman-suit-sitting-office-her-company_1258-194574.jpg"},
{
id: "5",
name: "João Ferreira",
role: "Senior Investment Professional",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg",
},
id: "5", name: "João Ferreira", role: "Senior Investment Professional", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg"},
{
id: "6",
name: "Rita Gomes",
role: "Business Development",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
},
id: "6", name: "Rita Gomes", role: "Business Development", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
]}
/>
</div>
@@ -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}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/modern-glass-skyscraper-reflecting-blue-sky-white-clouds-urban-architecture_41433-203.jpg"
imageAlt="office building corporate headquarters"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Team", href: "/team" },
{ label: "Careers", href: "#" },
@@ -186,8 +135,7 @@ export default function TeamPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Investment Approach", href: "#about" },
{ label: "Portfolio", href: "#portfolio" },
{ label: "Track Record", href: "#" },
@@ -195,8 +143,7 @@ export default function TeamPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Email", href: "mailto:contact@corecapital.pt" },
{ label: "LinkedIn", href: "https://linkedin.com" },