import React from "react"; import { Button } from "@katanemo/ui"; import Link from "next/link"; import { NetworkAnimation } from "./NetworkAnimation"; export function Hero() { return (
{/* Version Badge */}
v0.4.10 Signals: Trace Sampling for Fast Error Analysis Signals: Trace Sampling for Fast Error Analysis
{/* Main Heading */}

Delivery Infrastructure for Agentic Apps

{/* Subheading with CTA Buttons */}

Build agents faster, and deliver them reliably to production - by offloading the critical plumbing work to Plano.

{/* CTA Buttons */}
); }