diff --git a/src/app/page.tsx b/src/app/page.tsx index dece8a5..e814551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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() {