import React from "react"; import { Button } from "./ui/button"; 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 */}

Models-native dataplane for agents

{/* Subheading with CTA Buttons */}

Build agents faster, and scale them reliably by offloading the plumbing work in AI.

{/* CTA Buttons */}
); }