import Link from "next/link"; import { BrandLogo } from "@/components/brand/brand-logo"; import { ArrowRightIcon } from "@/components/icons/arrow-right"; import { DualPathCta } from "@/components/marketing/dual-path-cta"; import { HybridJourney } from "@/components/marketing/hybrid-journey"; import { buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; export default function HomePage() { return ( <> {/* Hero — editorial, spacious, brand-led */}

hybrid blockchain

Private speed.
Public proof.

krypco runs transactions on a fast permissioned layer and anchors cryptographic commitments to a public chain — confidential where it matters, verifiable where it counts.

Open portal How it works

Official mark — private geometry, public color. Same brand on the site and in the portal.

{/* Dual doors — equal weight */}

Two doors. Same network.

Who are you here for?

Business and builders take different paths. Both land on the same hybrid truth.

{/* Hybrid journey */}

The hybrid path

One transaction. Two layers.

Follow the full arc in the portal: private block → commitment → public anchor. No black boxes.

Follow a transaction in the explorer
{/* Quiet credibility strip — same soft elevation as K mark card */}
{[ { label: "Private layer", value: "Permissioned", hint: "Access control + confidential data", }, { label: "Public layer", value: "Anchored", hint: "State roots anyone can verify", }, { label: "Portal", value: "Follow-along", hint: "Explorer for the full hybrid path", }, ].map((item, i) => (
0 && "border-t border-border/40 sm:border-t-0 sm:border-l", )} >

{item.label}

{item.value}

{item.hint}

))}
); }