Update src/app/page.tsx
This commit is contained in:
180
src/app/page.tsx
180
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Team", href: "/team" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Insights", href: "#" },
|
||||
{ label: "Reports", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -78,28 +75,18 @@ export default function HomePage() {
|
||||
description="Mbatech Ventures identifies and scales transformative tech companies that shape the future. We invest in visionary founders building the next generation of industry leaders."
|
||||
tag="Venture Capital"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png?_wi=1",
|
||||
imageAlt: "Tech innovation dashboard",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png", imageAlt: "Tech innovation dashboard"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/abstract-visualization-of-investment-gro-1772525530204-d6d2a5dd.png?_wi=1",
|
||||
imageAlt: "Investment growth visualization",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/abstract-visualization-of-investment-gro-1772525530204-d6d2a5dd.png", imageAlt: "Investment growth visualization"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png?_wi=1",
|
||||
imageAlt: "Startup ecosystem network",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png", imageAlt: "Startup ecosystem network"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png?_wi=2",
|
||||
imageAlt: "Technology infrastructure",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png", imageAlt: "Technology infrastructure"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/abstract-visualization-of-investment-gro-1772525530204-d6d2a5dd.png?_wi=2",
|
||||
imageAlt: "Financial networks and trends",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/abstract-visualization-of-investment-gro-1772525530204-d6d2a5dd.png", imageAlt: "Financial networks and trends"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Opportunities", href: "/portfolio" },
|
||||
@@ -118,30 +105,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png"
|
||||
imageAlt="Startup ecosystem and collaboration"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Strategic Investment",
|
||||
description: "Data-driven approach to identifying high-growth potential companies across AI, fintech, and enterprise software.",
|
||||
icon: Target,
|
||||
title: "Strategic Investment", description: "Data-driven approach to identifying high-growth potential companies across AI, fintech, and enterprise software.", icon: Target,
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Hands-on support from experienced entrepreneurs and industry leaders throughout your growth journey.",
|
||||
icon: Lightbulb,
|
||||
title: "Expert Guidance", description: "Hands-on support from experienced entrepreneurs and industry leaders throughout your growth journey.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Global Network",
|
||||
description: "Access to a worldwide community of founders, mentors, and strategic partners accelerating innovation.",
|
||||
icon: Globe,
|
||||
title: "Global Network", description: "Access to a worldwide community of founders, mentors, and strategic partners accelerating innovation.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Growth Capital",
|
||||
description: "Flexible funding structures designed to support your vision from seed stage through scaling.",
|
||||
icon: TrendingUp,
|
||||
title: "Growth Capital", description: "Flexible funding structures designed to support your vision from seed stage through scaling.", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
@@ -161,31 +140,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Discovery",
|
||||
title: "Identify Opportunities",
|
||||
subtitle: "We actively source innovative companies solving real problems.",
|
||||
description: "Our team continuously monitors market trends, emerging technologies, and founder networks to identify companies with exceptional potential. We leverage AI-driven analytics and human expertise to spot breakthrough opportunities early.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png?_wi=3",
|
||||
imageAlt: "Discovery and opportunity identification",
|
||||
},
|
||||
tag: "Discovery", title: "Identify Opportunities", subtitle: "We actively source innovative companies solving real problems.", description: "Our team continuously monitors market trends, emerging technologies, and founder networks to identify companies with exceptional potential. We leverage AI-driven analytics and human expertise to spot breakthrough opportunities early.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png", imageAlt: "Discovery and opportunity identification"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Evaluation",
|
||||
title: "Deep Diligence",
|
||||
subtitle: "Comprehensive analysis of technology, market, and team.",
|
||||
description: "We conduct rigorous technical due diligence, market analysis, and team assessment. Our process includes technology architecture reviews, competitive landscape analysis, and founder background verification to ensure optimal fit.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/abstract-visualization-of-investment-gro-1772525530204-d6d2a5dd.png?_wi=3",
|
||||
imageAlt: "Evaluation and analysis process",
|
||||
},
|
||||
tag: "Evaluation", title: "Deep Diligence", subtitle: "Comprehensive analysis of technology, market, and team.", description: "We conduct rigorous technical due diligence, market analysis, and team assessment. Our process includes technology architecture reviews, competitive landscape analysis, and founder background verification to ensure optimal fit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/abstract-visualization-of-investment-gro-1772525530204-d6d2a5dd.png", imageAlt: "Evaluation and analysis process"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Partnership",
|
||||
title: "Strategic Support",
|
||||
subtitle: "Active involvement in strategic growth and scaling.",
|
||||
description: "Beyond capital, we provide strategic guidance, operational support, and network access. Our team collaborates closely with founders on go-to-market strategy, hiring, fundraising, and scaling initiatives.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png?_wi=3",
|
||||
imageAlt: "Partnership and strategic collaboration",
|
||||
},
|
||||
tag: "Partnership", title: "Strategic Support", subtitle: "Active involvement in strategic growth and scaling.", description: "Beyond capital, we provide strategic guidance, operational support, and network access. Our team collaborates closely with founders on go-to-market strategy, hiring, fundraising, and scaling initiatives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png", imageAlt: "Partnership and strategic collaboration"},
|
||||
]}
|
||||
buttons={[{ text: "Apply Now", href: "/contact" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -205,26 +166,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "FinFlow AI",
|
||||
price: "Series A",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/sleek-fintech-mobile-application-interfa-1772525530439-aa706225.png?_wi=1",
|
||||
imageAlt: "FinFlow AI platform interface",
|
||||
},
|
||||
id: "1", name: "FinFlow AI", price: "Series A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/sleek-fintech-mobile-application-interfa-1772525530439-aa706225.png", imageAlt: "FinFlow AI platform interface"},
|
||||
{
|
||||
id: "2",
|
||||
name: "NeuralVision Labs",
|
||||
price: "Series B",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/advanced-ai-ml-platform-interface-displa-1772525530543-ec0ac640.png?_wi=1",
|
||||
imageAlt: "NeuralVision AI platform",
|
||||
},
|
||||
id: "2", name: "NeuralVision Labs", price: "Series B", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/advanced-ai-ml-platform-interface-displa-1772525530543-ec0ac640.png", imageAlt: "NeuralVision AI platform"},
|
||||
{
|
||||
id: "3",
|
||||
name: "CloudScale Pro",
|
||||
price: "Series A",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/cloud-technology-solution-interface-show-1772525530800-01ef69f8.png?_wi=1",
|
||||
imageAlt: "CloudScale Pro infrastructure",
|
||||
},
|
||||
id: "3", name: "CloudScale Pro", price: "Series A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/cloud-technology-solution-interface-show-1772525530800-01ef69f8.png", imageAlt: "CloudScale Pro infrastructure"},
|
||||
]}
|
||||
buttons={[{ text: "Explore Portfolio", href: "/portfolio" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -244,32 +190,16 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50",
|
||||
title: "Companies",
|
||||
description: "Portfolio companies invested since founding",
|
||||
icon: Building2,
|
||||
id: "1", value: "50", title: "Companies", description: "Portfolio companies invested since founding", icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "8",
|
||||
title: "Unicorns",
|
||||
description: "Portfolio companies valued at $1B+",
|
||||
icon: Star,
|
||||
id: "2", value: "8", title: "Unicorns", description: "Portfolio companies valued at $1B+", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "2.5",
|
||||
title: "Billion",
|
||||
description: "Total capital deployed across portfolio",
|
||||
icon: DollarSign,
|
||||
id: "3", value: "2.5", title: "Billion", description: "Total capital deployed across portfolio", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "18",
|
||||
title: "Countries",
|
||||
description: "Global presence and investment reach",
|
||||
icon: Globe,
|
||||
id: "4", value: "18", title: "Countries", description: "Global presence and investment reach", icon: Globe,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Impact Report", href: "#" }]}
|
||||
@@ -290,59 +220,23 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Founder & CEO",
|
||||
company: "FinFlow AI",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-a-tech-founder--1772525532078-fb4adecb.png?_wi=1",
|
||||
imageAlt: "Sarah Chen, FinFlow AI CEO",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "Founder & CEO", company: "FinFlow AI", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-a-tech-founder--1772525532078-fb4adecb.png", imageAlt: "Sarah Chen, FinFlow AI CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Rodriguez",
|
||||
role: "Co-Founder",
|
||||
company: "NeuralVision Labs",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-a-young-entrepr-1772525530235-f2818be8.png",
|
||||
imageAlt: "Marcus Rodriguez, NeuralVision Labs",
|
||||
},
|
||||
id: "2", name: "Marcus Rodriguez", role: "Co-Founder", company: "NeuralVision Labs", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-a-young-entrepr-1772525530235-f2818be8.png", imageAlt: "Marcus Rodriguez, NeuralVision Labs"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Patel",
|
||||
role: "CTO",
|
||||
company: "CloudScale Pro",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-a-cto-technical-1772525530099-eed5dcc4.png?_wi=1",
|
||||
imageAlt: "Priya Patel, CloudScale Pro CTO",
|
||||
},
|
||||
id: "3", name: "Priya Patel", role: "CTO", company: "CloudScale Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-a-cto-technical-1772525530099-eed5dcc4.png", imageAlt: "Priya Patel, CloudScale Pro CTO"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
role: "Founder",
|
||||
company: "DataVault Security",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-an-investor-in--1772525530355-49508a83.png",
|
||||
imageAlt: "James Wilson, DataVault Security",
|
||||
},
|
||||
id: "4", name: "James Wilson", role: "Founder", company: "DataVault Security", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-an-investor-in--1772525530355-49508a83.png", imageAlt: "James Wilson, DataVault Security"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Kowalski",
|
||||
role: "Founder & CEO",
|
||||
company: "QuantumEdge AI",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-a-tech-founder--1772525532078-fb4adecb.png?_wi=2",
|
||||
imageAlt: "Elena Kowalski, QuantumEdge AI",
|
||||
},
|
||||
id: "5", name: "Elena Kowalski", role: "Founder & CEO", company: "QuantumEdge AI", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-a-tech-founder--1772525532078-fb4adecb.png", imageAlt: "Elena Kowalski, QuantumEdge AI"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Chen",
|
||||
role: "Co-Founder",
|
||||
company: "SustainTech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-a-cto-technical-1772525530099-eed5dcc4.png?_wi=2",
|
||||
imageAlt: "David Chen, SustainTech Solutions",
|
||||
},
|
||||
id: "6", name: "David Chen", role: "Co-Founder", company: "SustainTech Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-a-cto-technical-1772525530099-eed5dcc4.png", imageAlt: "David Chen, SustainTech Solutions"},
|
||||
]}
|
||||
buttons={[{ text: "Read More Stories", href: "#" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user