import React from "react"; import Image from "next/image"; export function IntroSection() { return (
{/* Left Content */}
{/* Heading */}

WHY PLANO?

Ship prototypes to production —fast.

{/* Body Text */}

Plano is a framework-friendly proxy server and dataplane for agents, deployed as a sidecar. Plano handles the critical plumbing work in AI like agent routing and orchestration, comprehensive traces for agentic interactions, guardrail hooks, unified APIs for LLMs —

Developers can focus more on modeling workflows, product teams can accelerate feedback loops for reinforcement learning and engineering teams can standardize policies and access controls across every agent and LLM for safer, more reliable scaling.

{/* Right Diagram */}
Network Path Diagram
); }