import { Button } from "@/components/ui/button" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Badge } from "@/components/ui/badge" import { ArrowRight, Shield, TrendingUp, Users, CheckCircle, Globe, Award, Target, Briefcase } from "lucide-react" export default function ZarbLandingPage() { return (
{/* Header */}
ZARB
{/* Hero Section */}
Exclusive Investment Community

ZARB

An exclusive community for investors and entrepreneurs shaping the capital of the future

{/* Core Value Proposition */}

55%

Average Portfolio Return (2024)

$400M+

Community Capital

$500K+

Minimum Investment

{/* What Membership Gives You */}

What Membership in ZARB Gives You

Build a diversified, profitable portfolio independent of health, business, or country

Exclusive Investment Deals

Access to closed investment opportunities not available to the public

Full Deal Support

Legal due diligence, equity structuring, and exit strategies at every stage

Direct Networking

Co-investments and networking with community leaders and peers

Proprietary Training

Learn our exclusive portfolio investment methodology and strategies

Investment Events

Participation in investment breakfasts and international meetings

Risk Management

Expert analytics and comprehensive risk management support

{/* The 4 Portfolio Strategy */}

The 4 Portfolio Strategy

A comprehensive approach to wealth building across all risk levels

Conservative Capital Preservation

Gold, bonds, insurance products

Low Risk
Balanced Steady Growth

Real estate, moderate-yield funds

Med Risk
Growth Market Leaders

Blue chips, emerging markets, high-potential public companies

High Risk
Aggressive Venture Deals

AI, Web3, SaaS, EdTech, Late Seed, Series A

Max Risk
{/* How ZARB Works */}

How ZARB Works (GP/LP Model)

We provide tools, expertise, and exclusive deals — the allocation of capital always remains your decision

No Hidden Fees

Transparent investment structure with no hidden investment fees

Founder Alignment

The founder invests alongside participants, sharing risks and validating project selection

Your Control

You maintain full control over your capital allocation decisions

{/* Key Facts */}

Key Facts About ZARB

30+

Years of combined team experience in investments, finance, and law

$25M → $400M

Community capital growth in just 3 years

200M+

Minimum market size for all investment projects

AI, SaaS, Web3

Focus areas: AI, SaaS, EdTech, Web3, online gaming

{/* How to Join */}

How to Join ZARB

A simple 5-step process to become part of our exclusive community

{[ { step: 1, title: "Apply on the website", description: "Submit your initial application through our secure portal", }, { step: 2, title: "Interview and capital confirmation", description: "Complete our screening process and confirm $500,000 minimum investment capacity", }, { step: 3, title: "Pay annual membership fee", description: "Secure your membership with our annual fee structure", }, { step: 4, title: "Get access to deals and community", description: "Gain immediate access to exclusive deals, analytics, and our investor network", }, { step: 5, title: "Grow with co-investments", description: "Start investing alongside our community with full support and exclusive opportunities", }, ].map((item) => (
{item.step}

{item.title}

{item.description}

))}
{/* FAQ */}

Frequently Asked Questions

{[ { question: "What kind of returns can I expect?", answer: "Our community achieved an average portfolio return of 55% in 2024. However, past performance doesn't guarantee future results, and all investments carry risk.", }, { question: "How are startups selected?", answer: "We use a proprietary 7-step project selection system, focusing on markets with 200M+ users, proven Product-Market Fit, and strong growth potential in AI, SaaS, EdTech, and Web3.", }, { question: "Can I invest remotely?", answer: "Yes, our platform is designed for global investors. You can participate in deals, access analytics, and engage with the community entirely online.", }, { question: "Is there full deal support?", answer: "Absolutely. We provide comprehensive support including legal due diligence, equity structuring, risk management, and exit strategies for every investment opportunity.", }, ].map((faq, index) => ( {faq.question}

{faq.answer}

))}
{/* Final CTA */}

Join the ZARB Investors' Network Today

Strong community, new partners, and exclusive investment opportunities await

{/* Footer */}
) }