Update IntroSection.tsx

This commit is contained in:
Musa 2025-12-09 13:26:09 -08:00
parent 925e775745
commit 73fce0cf18

View file

@ -20,10 +20,9 @@ export function IntroSection() {
{/* Body Text */} {/* Body Text */}
<div className="font-mono tracking-[-0.96px]! text-white text-sm sm:text-base lg:text-lg max-w-[713px]"> <div className="font-mono tracking-[-0.96px]! text-white text-sm sm:text-base lg:text-lg max-w-[713px]">
<p className="mb-0"> <p className="mb-0">
Plano is a models-native proxy server and dataplane for agents Plano is a models-native proxy and dataplane for agents that handles
that handles the critical plumbing work in AI like agent routing and critical plumbing work in AI - agent routing and orchestration, rich agentic
orchestration, comprehensive traces for agentic interactions, guardrail traces, guardrail hooks, and smart model routing APIs for LLMs.
hooks, unified APIs for LLMs
</p> </p>
<p className="mb-0 mt-4"> <p className="mb-0 mt-4">
Developers can focus more on modeling workflows. Developers can focus more on modeling workflows.