Merge version_1 into main #2
@@ -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"
|
||||
|
||||
@@ -40,10 +40,7 @@ export default function ContactPage() {
|
||||
<TextSplitAbout
|
||||
title="Get in Touch"
|
||||
description={[
|
||||
"Are you a founder or executive looking for growth capital and strategic support? We'd love to learn about your company and explore partnership opportunities.",
|
||||
"Our team is committed to understanding your business, your vision, and your goals. We respond to all inquiries promptly and look forward to meaningful conversations with promising entrepreneurs and established business leaders.",
|
||||
"Whether you're raising Series A funding, scaling operations, or exploring strategic partnerships, Elevation Capital is here to help unlock your company's potential and drive exceptional value creation.",
|
||||
]}
|
||||
"Are you a founder or executive looking for growth capital and strategic support? We'd love to learn about your company and explore partnership opportunities.", "Our team is committed to understanding your business, your vision, and your goals. We respond to all inquiries promptly and look forward to meaningful conversations with promising entrepreneurs and established business leaders.", "Whether you're raising Series A funding, scaling operations, or exploring strategic partnerships, Elevation Capital is here to help unlock your company's potential and drive exceptional value creation."]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -59,7 +56,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to explore partnership opportunities? Let's discuss how Elevation Capital can accelerate your growth and create exceptional value for your organization."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:partnerships@elevationcapital.com" },
|
||||
|
||||
@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elevation Capital | Premium Private Equity Investing",
|
||||
description: "Strategic growth capital and operational expertise for exceptional companies. Elevation Capital partners with visionary founders and enterprises across technology, healthcare, and financial services.",
|
||||
keywords: "private equity, venture capital, growth investing, strategic investment, portfolio companies",
|
||||
openGraph: {
|
||||
title: "Elevation Capital | Premium Private Equity Investing",
|
||||
description: "Strategic growth capital and operational expertise for exceptional companies.",
|
||||
siteName: "Elevation Capital",
|
||||
type: "website",
|
||||
},
|
||||
title: "Elevation Capital | Premium Private Equity Investing", description: "Strategic growth capital and operational expertise for exceptional companies. Elevation Capital partners with visionary founders and enterprises across technology, healthcare, and financial services.", keywords: "private equity, venture capital, growth investing, strategic investment, portfolio companies", openGraph: {
|
||||
title: "Elevation Capital | Premium Private Equity Investing", description: "Strategic growth capital and operational expertise for exceptional companies.", siteName: "Elevation Capital", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elevation Capital | Premium Private Equity Investing",
|
||||
description: "Strategic growth capital and operational expertise for exceptional companies.",
|
||||
},
|
||||
card: "summary_large_image", title: "Elevation Capital | Premium Private Equity Investing", description: "Strategic growth capital and operational expertise for exceptional companies."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
@@ -48,25 +48,17 @@ export default function HomePage() {
|
||||
tag="Premium Investing"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=1"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"
|
||||
imageAlt="Elevation Capital headquarters"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson",
|
||||
handle: "CEO, NextGen Industries",
|
||||
testimonial: "Elevation Capital's strategic guidance transformed our business trajectory. Their deep industry expertise and network opened doors we didn't know existed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
},
|
||||
name: "Marcus Johnson", handle: "CEO, NextGen Industries", testimonial: "Elevation Capital's strategic guidance transformed our business trajectory. Their deep industry expertise and network opened doors we didn't know existed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Founder, CloudScale",
|
||||
testimonial: "Beyond capital, they provided mentorship and connections that accelerated our growth by three years. Truly exceptional partners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
},
|
||||
name: "Sarah Chen", handle: "Founder, CloudScale", testimonial: "Beyond capital, they provided mentorship and connections that accelerated our growth by three years. Truly exceptional partners.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -83,10 +75,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About Elevation Capital"
|
||||
description={[
|
||||
"Founded in 2015, Elevation Capital has established itself as a premier provider of growth capital and strategic guidance to high-potential companies across technology, healthcare, and financial services sectors. We've successfully invested in over 50 portfolio companies with a combined valuation exceeding $8 billion.",
|
||||
"Our investment philosophy centers on three core principles: identifying exceptional management teams, supporting sustainable growth strategies, and creating lasting value through operational improvements and strategic partnerships.",
|
||||
"With a dedicated team of 25+ investment professionals, we combine rigorous analytical discipline with entrepreneurial insight to drive meaningful returns for our investors and transformational growth for our portfolio companies.",
|
||||
]}
|
||||
"Founded in 2015, Elevation Capital has established itself as a premier provider of growth capital and strategic guidance to high-potential companies across technology, healthcare, and financial services sectors. We've successfully invested in over 50 portfolio companies with a combined valuation exceeding $8 billion.", "Our investment philosophy centers on three core principles: identifying exceptional management teams, supporting sustainable growth strategies, and creating lasting value through operational improvements and strategic partnerships.", "With a dedicated team of 25+ investment professionals, we combine rigorous analytical discipline with entrepreneurial insight to drive meaningful returns for our investors and transformational growth for our portfolio companies."]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -112,36 +101,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Sector Expertise",
|
||||
description: "Deep domain knowledge in high-growth sectors allows us to identify market leaders and emerging opportunities with precision and confidence.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=2",
|
||||
},
|
||||
title: "Sector Expertise", description: "Deep domain knowledge in high-growth sectors allows us to identify market leaders and emerging opportunities with precision and confidence.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Operational Excellence",
|
||||
description: "Our operational team implements best practices, streamlines processes, and builds scalable systems to drive profitability and sustainable growth.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=4",
|
||||
},
|
||||
title: "Operational Excellence", description: "Our operational team implements best practices, streamlines processes, and builds scalable systems to drive profitability and sustainable growth.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Strategic Networking",
|
||||
description: "Leveraging our extensive network of industry leaders, customers, and partners, we create synergies and open strategic doors for portfolio companies.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=6",
|
||||
},
|
||||
title: "Strategic Networking", description: "Leveraging our extensive network of industry leaders, customers, and partners, we create synergies and open strategic doors for portfolio companies.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=7",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
text="Ready to explore partnership opportunities? Let's discuss how Elevation Capital can accelerate your growth and create exceptional value."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule a Meeting", href: "/contact" },
|
||||
|
||||
@@ -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