import type { Metadata } from "next"; import Link from "next/link"; import { BrandLogo } from "@/components/brand/brand-logo"; import { PageHero } from "@/components/marketing/page-hero"; import { buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; export const metadata: Metadata = { title: "About", description: "What krypco is and why the hybrid model exists.", }; export default function AboutPage() { return ( <>

Teams should not have to choose between “everything public” and “trust us, it’s private.” krypco keeps execution where access can be controlled, and anchors commitments where anyone can verify.

The public website tells that story. The portal is where you follow the chain — blocks, transactions, and the hybrid path.

How it works Contact
); }