import { ArrowRight, Shield, Globe, Lock, Server, Zap, ChevronRight } from "lucide-react"; import Link from 'next/link'; export function LandingPage() { return (
{/* Hero Section */}
v1.0 is Live

Secure Your Private Network

TrustLab is the definitive Private Certificate Authority (CA) for your internal infrastructure. Issue military-grade SSL/TLS certificates for Intranets, IoT, and Dev environments.

Get Started Generate Certificate
{/* Features Grid */}
} title="Private Root CA" description="Your own sovereign Certificate Authority. Trusted by your devices, unreachable by the public internet." link="/guide/concepts" /> } title="Internal Domains" description="Issue certificates for .local, .corp, and private IP addresses (192.168.x.x) that Public CAs reject." link="/guide/certificates/request-new" /> } title="S/MIME Encryption" description="Secure internal email communication with employee-to-employee encryption." link="/guide/integrations/smime" /> } title="Infrastructure" description="Seamless integration guides for Nginx, IIS, Apache, and containerized environments." link="/guide/integrations/web-servers" /> } title="Instant Issuance" description="No validation delays. Certificates are issued instantly via our modern dashboard." link="/guide/getting-started/access-dashboard" /> } title="Start Now" description="Follow the Setup Guide to install the Root CA and go green in minutes." link="/guide/getting-started/install-root-ca" isAction />
); } function FeatureCard({ icon, title, description, link, isAction }: any) { return (
{icon}

{title}

{description}

Learn more
) }