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 Unified /v1/responses API with state management Unified /v1/responses API
{/* 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 */}
); }