Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
268
src/app/page.tsx
268
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import { Linkedin, Mail, Scale, Sparkles, TrendingUp, Trophy, Users, Wallet } from "lucide-react";
|
import { Linkedin, Mail, Scale, Sparkles, TrendingUp, Trophy, Users, Wallet, X } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,46 +34,26 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Opportunities",
|
name: "Opportunities", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Performance",
|
name: "Performance", id: "#metrics"},
|
||||||
id: "#metrics",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Partners",
|
name: "Partners", id: "#social-proof"},
|
||||||
id: "#social-proof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Explore Our Funds",
|
text: "Explore Our Funds", href: "#features"}}
|
||||||
href: "#features",
|
|
||||||
}}
|
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zddqz3"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zddqz3"
|
||||||
logoAlt="Tribe Venture Logo"
|
logoAlt="Tribe Venture Logo"
|
||||||
brandName="Tribe Venture"
|
brandName="Tribe Venture"
|
||||||
@@ -83,15 +63,12 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
logoText="Tribe Venture"
|
logoText="Tribe Venture"
|
||||||
description="Tribe Venture connects forward-thinking investors with breakthrough companies. Access curated deal flow, transparent fund performance, and an active investor community."
|
description="Tribe Venture connects forward-thinking investors with breakthrough companies. Access curated deal flow, transparent fund performance, and an active investor community."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Our Funds",
|
text: "Explore Our Funds", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-particle-waves_1048-18503.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-particle-waves_1048-18503.jpg"
|
||||||
imageAlt="Abstract financial network"
|
imageAlt="Abstract financial network"
|
||||||
@@ -106,19 +83,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
label: "Experience in Venture",
|
label: "Experience in Venture", value: "10+ Years"},
|
||||||
value: "10+ Years",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Scale,
|
icon: Scale,
|
||||||
label: "Successfully Managed",
|
label: "Successfully Managed", value: "5 Funds"},
|
||||||
value: "5 Funds",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Backed Globally",
|
label: "Backed Globally", value: "30+ Companies"},
|
||||||
value: "30+ Companies",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -130,44 +101,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "feature-1",
|
id: "feature-1", title: "Curated Deal Flow", author: "For Investors", description: "Access pre-vetted, high-growth investment opportunities aligned with emerging market trends and our strategic focus.", tags: [
|
||||||
title: "Curated Deal Flow",
|
"Vetted Deals", "Exclusive Access"],
|
||||||
author: "For Investors",
|
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-with-his-feet-table-office-background_482257-32834.jpg", imageAlt: "Data analytics dashboard"},
|
||||||
description: "Access pre-vetted, high-growth investment opportunities aligned with emerging market trends and our strategic focus.",
|
|
||||||
tags: [
|
|
||||||
"Vetted Deals",
|
|
||||||
"Exclusive Access",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-with-his-feet-table-office-background_482257-32834.jpg",
|
|
||||||
imageAlt: "Data analytics dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-2",
|
id: "feature-2", title: "Transparent Reporting", author: "For All Partners", description: "Gain full visibility into fund performance with detailed, real-time analytics, comprehensive reports, and regular investor updates.", tags: [
|
||||||
title: "Transparent Reporting",
|
"Real-time Data", "Full Visibility"],
|
||||||
author: "For All Partners",
|
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg", imageAlt: "Transparent financial reporting"},
|
||||||
description: "Gain full visibility into fund performance with detailed, real-time analytics, comprehensive reports, and regular investor updates.",
|
|
||||||
tags: [
|
|
||||||
"Real-time Data",
|
|
||||||
"Full Visibility",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg",
|
|
||||||
imageAlt: "Transparent financial reporting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-3",
|
id: "feature-3", title: "Value-Add Ecosystem", author: "For Founders", description: "Leverage our extensive network, strategic guidance, and operational expertise to accelerate portfolio company growth and scale.", tags: [
|
||||||
title: "Value-Add Ecosystem",
|
"Strategic Guidance", "Network Access"],
|
||||||
author: "For Founders",
|
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg", imageAlt: "Value-add ecosystem"},
|
||||||
description: "Leverage our extensive network, strategic guidance, and operational expertise to accelerate portfolio company growth and scale.",
|
|
||||||
tags: [
|
|
||||||
"Strategic Guidance",
|
|
||||||
"Network Access",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
|
|
||||||
imageAlt: "Value-add ecosystem",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Curated Opportunities, Unmatched Support"
|
title="Curated Opportunities, Unmatched Support"
|
||||||
description="We bridge the gap between visionary founders and discerning investors, fostering innovation with a hands-on approach to unlock exponential potential."
|
description="We bridge the gap between visionary founders and discerning investors, fostering innovation with a hands-on approach to unlock exponential potential."
|
||||||
|
animationType="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -178,23 +126,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1",
|
id: "metric-1", icon: Wallet,
|
||||||
icon: Wallet,
|
title: "Assets Under Management", value: "$500M+"},
|
||||||
title: "Assets Under Management",
|
|
||||||
value: "$500M+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-2",
|
id: "metric-2", icon: TrendingUp,
|
||||||
icon: TrendingUp,
|
title: "Internal Rate of Return", value: "28%+"},
|
||||||
title: "Internal Rate of Return",
|
|
||||||
value: "28%+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-3",
|
id: "metric-3", icon: Trophy,
|
||||||
icon: Trophy,
|
title: "Successful Exits", value: "12+"},
|
||||||
title: "Successful Exits",
|
|
||||||
value: "12+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Performance Speaks Volumes"
|
title="Our Performance Speaks Volumes"
|
||||||
description="A track record built on rigorous analysis and strategic growth, delivering consistent, superior value for our partners across diverse sectors."
|
description="A track record built on rigorous analysis and strategic growth, delivering consistent, superior value for our partners across diverse sectors."
|
||||||
@@ -209,47 +148,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "company-1",
|
id: "company-1", name: "AI Nexus Solutions", price: "Series A", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941524.jpg", imageAlt: "AI software dashboard"},
|
||||||
name: "AI Nexus Solutions",
|
|
||||||
price: "Series A",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941524.jpg",
|
|
||||||
imageAlt: "AI software dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "company-2",
|
id: "company-2", name: "Apex Fintech Platform", price: "Seed Round", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-his-smartphone-colleague-working-back_482257-32819.jpg", imageAlt: "Fintech platform interface"},
|
||||||
name: "Apex Fintech Platform",
|
|
||||||
price: "Seed Round",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-his-smartphone-colleague-working-back_482257-32819.jpg",
|
|
||||||
imageAlt: "Fintech platform interface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "company-3",
|
id: "company-3", name: "Vital HealthTech", price: "Series B", imageSrc: "http://img.b2bpic.net/free-photo/abstract-natural-bokeh-background-with-beautiful-water-drops_23-2148070871.jpg", imageAlt: "Health technology illustration"},
|
||||||
name: "Vital HealthTech",
|
|
||||||
price: "Series B",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-natural-bokeh-background-with-beautiful-water-drops_23-2148070871.jpg",
|
|
||||||
imageAlt: "Health technology illustration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "company-4",
|
id: "company-4", name: "Green Future Energy", price: "Growth Stage", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-wind-energy-innovation_23-2148820159.jpg", imageAlt: "Sustainable energy solution"},
|
||||||
name: "Green Future Energy",
|
|
||||||
price: "Growth Stage",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-wind-energy-innovation_23-2148820159.jpg",
|
|
||||||
imageAlt: "Sustainable energy solution",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "company-5",
|
id: "company-5", name: "EduSpark Learning", price: "Seed Round", imageSrc: "http://img.b2bpic.net/free-photo/front-view-online-written-note-with-pen-notepad-white-background_179666-19392.jpg", imageAlt: "Edtech learning platform"},
|
||||||
name: "EduSpark Learning",
|
|
||||||
price: "Seed Round",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-online-written-note-with-pen-notepad-white-background_179666-19392.jpg",
|
|
||||||
imageAlt: "Edtech learning platform",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "company-6",
|
id: "company-6", name: "Fortress Cybersecurity", price: "Series A", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-uses-ai-visualization-tool-laptop-oversee-tasks_482257-126805.jpg", imageAlt: "Cybersecurity visualization"},
|
||||||
name: "Fortress Cybersecurity",
|
|
||||||
price: "Series A",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-uses-ai-visualization-tool-laptop-oversee-tasks_482257-126805.jpg",
|
|
||||||
imageAlt: "Cybersecurity visualization",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Innovators We Empower"
|
title="Innovators We Empower"
|
||||||
description="Discover the breakthrough companies shaping tomorrow, powered by Tribe Venture's capital, strategic guidance, and expansive network."
|
description="Discover the breakthrough companies shaping tomorrow, powered by Tribe Venture's capital, strategic guidance, and expansive network."
|
||||||
@@ -261,14 +170,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Global Capital Holdings",
|
"Global Capital Holdings", "Innovate Fund", "Apex Investments", "Horizon Ventures", "Strategic Growth Group", "Elevation Partners", "Nexus Capital"]}
|
||||||
"Innovate Fund",
|
|
||||||
"Apex Investments",
|
|
||||||
"Horizon Ventures",
|
|
||||||
"Strategic Growth Group",
|
|
||||||
"Elevation Partners",
|
|
||||||
"Nexus Capital",
|
|
||||||
]}
|
|
||||||
title="Trusted by Leading Investors and Partners"
|
title="Trusted by Leading Investors and Partners"
|
||||||
description="Our expansive network includes institutional leaders, influential family offices, and strategic partners dedicated to fostering long-term, impactful growth across industries."
|
description="Our expansive network includes institutional leaders, influential family offices, and strategic partners dedicated to fostering long-term, impactful growth across industries."
|
||||||
/>
|
/>
|
||||||
@@ -280,50 +182,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Pivotal Partnership", quote: "Tribe Venture's insights and network were pivotal for our Series A. Their partnership goes beyond capital, providing critical strategic support.", name: "Emily R.", role: "Founder, Nexus AI", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-attractive-businesswoman_171337-4608.jpg", imageAlt: "Emily R."},
|
||||||
title: "Pivotal Partnership",
|
|
||||||
quote: "Tribe Venture's insights and network were pivotal for our Series A. Their partnership goes beyond capital, providing critical strategic support.",
|
|
||||||
name: "Emily R.",
|
|
||||||
role: "Founder, Nexus AI",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-attractive-businesswoman_171337-4608.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Exceptional Transparency", quote: "The transparency and consistent communication from Tribe Venture are exceptional. They are a truly reliable partner in every sense.", name: "Michael S.", role: "Institutional Investor, Global Funds", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", imageAlt: "Michael S."},
|
||||||
title: "Exceptional Transparency",
|
|
||||||
quote: "The transparency and consistent communication from Tribe Venture are exceptional. They are a truly reliable partner in every sense.",
|
|
||||||
name: "Michael S.",
|
|
||||||
role: "Institutional Investor, Global Funds",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
|
||||||
imageAlt: "Michael S.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Extension of Our Team", quote: "They didn't just invest; they became an extension of our team, providing critical strategic support that accelerated our growth.", name: "Sarah K.", role: "CEO, NovaTech Solutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102511.jpg", imageAlt: "Sarah K."},
|
||||||
title: "Extension of Our Team",
|
|
||||||
quote: "They didn't just invest; they became an extension of our team, providing critical strategic support that accelerated our growth.",
|
|
||||||
name: "Sarah K.",
|
|
||||||
role: "CEO, NovaTech Solutions",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102511.jpg",
|
|
||||||
imageAlt: "Sarah K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Game-Changing Deal Flow", quote: "Access to Tribe Venture's curated deal flow is a game-changer. It streamlines our investment process and brings us top-tier opportunities.", name: "David C.", role: "Family Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "David C."},
|
||||||
title: "Game-Changing Deal Flow",
|
|
||||||
quote: "Access to Tribe Venture's curated deal flow is a game-changer. It streamlines our investment process and brings us top-tier opportunities.",
|
|
||||||
name: "David C.",
|
|
||||||
role: "Family Office Manager",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
|
|
||||||
imageAlt: "David C.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Invaluable Support", quote: "Tribe Venture truly understands the founder's journey. Their support during market volatility was invaluable and deeply reassuring.", name: "Jessica L.", role: "Founder, Bloom Health", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working-laptop_23-2148471006.jpg", imageAlt: "Jessica L."},
|
||||||
title: "Invaluable Support",
|
|
||||||
quote: "Tribe Venture truly understands the founder's journey. Their support during market volatility was invaluable and deeply reassuring.",
|
|
||||||
name: "Jessica L.",
|
|
||||||
role: "Founder, Bloom Health",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working-laptop_23-2148471006.jpg",
|
|
||||||
imageAlt: "Jessica L.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Voices of Our Investors and Founders"
|
title="Voices of Our Investors and Founders"
|
||||||
description="Hear how Tribe Venture empowers success through strategic investment, unparalleled partnership, and a commitment to shared vision."
|
description="Hear how Tribe Venture empowers success through strategic investment, unparalleled partnership, and a commitment to shared vision."
|
||||||
@@ -336,35 +203,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "What is Tribe Venture's investment focus?", content: "Tribe Venture focuses on early to growth-stage technology companies across various sectors including AI, FinTech, HealthTech, and Sustainable Energy. We look for innovative solutions with strong market potential."},
|
||||||
title: "What is Tribe Venture's investment focus?",
|
|
||||||
content: "Tribe Venture focuses on early to growth-stage technology companies across various sectors including AI, FinTech, HealthTech, and Sustainable Energy. We look for innovative solutions with strong market potential.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "How do you source your deal flow?", content: "Our deal flow is sourced through an extensive network of industry experts, accelerators, incubators, and direct outreach. Each opportunity undergoes rigorous due diligence and strategic alignment assessment."},
|
||||||
title: "How do you source your deal flow?",
|
|
||||||
content: "Our deal flow is sourced through an extensive network of industry experts, accelerators, incubators, and direct outreach. Each opportunity undergoes rigorous due diligence and strategic alignment assessment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "What is the typical investment size and stage?", content: "We typically invest in Seed to Series B rounds, with check sizes ranging from $1M to $10M, depending on the stage, company needs, and fund allocation strategies."},
|
||||||
title: "What is the typical investment size and stage?",
|
|
||||||
content: "We typically invest in Seed to Series B rounds, with check sizes ranging from $1M to $10M, depending on the stage, company needs, and fund allocation strategies.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "What value-add do you provide to portfolio companies?", content: "Beyond capital, we offer strategic guidance, operational support, access to our vast network of mentors and partners, and assistance with follow-on funding rounds and exit strategies."},
|
||||||
title: "What value-add do you provide to portfolio companies?",
|
|
||||||
content: "Beyond capital, we offer strategic guidance, operational support, access to our vast network of mentors and partners, and assistance with follow-on funding rounds and exit strategies.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "How can I become an accredited investor with Tribe Venture?", content: "Accredited investors and institutional partners can inquire through our contact form. Our team will guide you through the process, including fund structures and investment thesis details."},
|
||||||
title: "How can I become an accredited investor with Tribe Venture?",
|
|
||||||
content: "Accredited investors and institutional partners can inquire through our contact form. Our team will guide you through the process, including fund structures and investment thesis details.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "What is the reporting frequency for fund performance?", content: "We provide quarterly financial reports, annual audited statements, and ad-hoc updates on significant portfolio company milestones or market developments to ensure full transparency."},
|
||||||
title: "What is the reporting frequency for fund performance?",
|
|
||||||
content: "We provide quarterly financial reports, annual audited statements, and ad-hoc updates on significant portfolio company milestones or market developments to ensure full transparency.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common inquiries about our investment process, fund structures, portfolio engagement, and how to partner with Tribe Venture."
|
description="Find quick answers to common inquiries about our investment process, fund structures, portfolio engagement, and how to partner with Tribe Venture."
|
||||||
@@ -376,8 +225,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Connect with Us"
|
tag="Connect with Us"
|
||||||
title="Partner with Tribe Venture"
|
title="Partner with Tribe Venture"
|
||||||
description="Ready to explore exclusive investment opportunities or looking to secure capital for your breakthrough company? Reach out to our dedicated team today."
|
description="Ready to explore exclusive investment opportunities or looking to secure capital for your breakthrough company? Reach out to our dedicated team today."
|
||||||
@@ -400,19 +248,13 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
icon: Linkedin,
|
||||||
href: "https://www.linkedin.com/company/tribe-venture",
|
href: "https://www.linkedin.com/company/tribe-venture", ariaLabel: "LinkedIn"},
|
||||||
ariaLabel: "LinkedIn",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: "X",
|
icon: X,
|
||||||
href: "https://x.com/tribe-venture",
|
href: "https://x.com/tribe-venture", ariaLabel: "Twitter"},
|
||||||
ariaLabel: "Twitter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Mail,
|
icon: Mail,
|
||||||
href: "mailto:info@tribeventure.com",
|
href: "mailto:info@tribeventure.com", ariaLabel: "Email"},
|
||||||
ariaLabel: "Email",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user