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 prod by offloading plumbing work in AI

{/* CTA Buttons */}
); }