import Link from "next/link"; import { ArrowRightIcon } from "@/components/icons/arrow-right"; import { cn } from "@/lib/utils"; const PATHS = [ { href: "/business", label: "For business", title: "Trust without the theatre", body: "Confidential operations, publicly verifiable anchors. Built for partners who need proof, not buzzwords.", accent: "accent" as const, }, { href: "/developers", label: "For developers", title: "Build on the hybrid path", body: "Docs, architecture, and a live portal to follow every private block and public anchor end to end.", accent: "proof" as const, }, ] as const; export function DualPathCta({ className }: { className?: string }) { return (