Merge version_1 into main #8

Merged
bender merged 2 commits from version_1 into main 2026-03-02 18:24:44 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -68,13 +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"},
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: "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: "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: "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: "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: "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"},
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"},
]}
/>
</div>

View File

@@ -49,16 +49,16 @@ export default function HomePage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=1"
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"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -102,23 +102,23 @@ export default function HomePage() {
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=3"},
},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=4"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=5"},
},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=6"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=7"},
},
]}
/>