Update src/app/page.tsx

This commit is contained in:
2026-03-02 18:11:07 +00:00
parent 158187671a
commit c2742a5a65

View File

@@ -48,25 +48,17 @@ export default function HomePage() {
tag="Premium Investing" tag="Premium Investing"
tagIcon={TrendingUp} tagIcon={TrendingUp}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "circleGradient" }} background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"
imageAlt="Elevation Capital headquarters" imageAlt="Elevation Capital headquarters"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
testimonials={[ testimonials={[
{ {
name: "Marcus Johnson", 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,
handle: "CEO, NextGen Industries", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
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: "Sarah Chen", 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,
handle: "Founder, CloudScale", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
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",
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
buttons={[ buttons={[
@@ -83,10 +75,7 @@ export default function HomePage() {
<TextSplitAbout <TextSplitAbout
title="About Elevation Capital" title="About Elevation Capital"
description={[ 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.", "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."]}
"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} showBorder={true}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
@@ -112,36 +101,24 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Sector Expertise", 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: {
description: "Deep domain knowledge in high-growth sectors allows us to identify market leaders and emerging opportunities with precision and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=2",
},
phoneTwo: { 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, id: 2,
title: "Operational Excellence", title: "Operational Excellence", description: "Our operational team implements best practices, streamlines processes, and builds scalable systems to drive profitability and sustainable growth.", phoneOne: {
description: "Our operational team implements best practices, streamlines processes, and builds scalable systems to drive profitability and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=4",
},
phoneTwo: { 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, id: 3,
title: "Strategic Networking", 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: {
description: "Leveraging our extensive network of industry leaders, customers, and partners, we create synergies and open strategic doors for portfolio companies.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=6",
},
phoneTwo: { 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} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "8.5", title: "Billion", description: "Total portfolio valuation across 50+ companies", icon: TrendingUp,
value: "8.5",
title: "Billion",
description: "Total portfolio valuation across 50+ companies",
icon: TrendingUp,
}, },
{ {
id: "2", id: "2", value: "4.2", title: "x", description: "Average return multiple on successful exits", icon: BarChart3,
value: "4.2",
title: "x",
description: "Average return multiple on successful exits",
icon: BarChart3,
}, },
{ {
id: "3", id: "3", value: "18", title: "%", description: "Average IRR across all investments", icon: PieChart,
value: "18",
title: "%",
description: "Average IRR across all investments",
icon: PieChart,
}, },
{ {
id: "4", id: "4", value: "92", title: "%", description: "Portfolio company survival rate post-investment", icon: Shield,
value: "92",
title: "%",
description: "Portfolio company survival rate post-investment",
icon: Shield,
}, },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -204,15 +165,7 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"CloudScale", "CloudScale", "NextGen Industries", "Quantum Dynamics", "FinTech Solutions", "HealthTech Innovations", "DataCore Analytics", "SecureNet Systems", "GreenEnergy Global"]}
"NextGen Industries",
"Quantum Dynamics",
"FinTech Solutions",
"HealthTech Innovations",
"DataCore Analytics",
"SecureNet Systems",
"GreenEnergy Global",
]}
speed={35} speed={35}
showCard={true} showCard={true}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -224,7 +177,7 @@ export default function HomePage() {
<ContactText <ContactText
text="Ready to explore partnership opportunities? Let's discuss how Elevation Capital can accelerate your growth and create exceptional value." text="Ready to explore partnership opportunities? Let's discuss how Elevation Capital can accelerate your growth and create exceptional value."
animationType="entrance-slide" animationType="entrance-slide"
background={{ variant: "circleGradient" }} background={{ variant: "glowing-orb" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Schedule a Meeting", href: "/contact" }, { text: "Schedule a Meeting", href: "/contact" },