tweaks to web and docs to align to 0.4.2

This commit is contained in:
Salman Paracha 2026-01-07 13:25:39 -08:00
parent b7fba7a97f
commit a99caac4a7
7 changed files with 8 additions and 8 deletions

View file

@ -18,14 +18,14 @@ export function Hero() {
<div className="mb-4 sm:mb-6">
<div className="inline-flex flex-wrap items-center gap-1.5 sm:gap-2 px-3 sm:px-4 py-1 rounded-full bg-[rgba(185,191,255,0.4)] border border-[var(--secondary)] shadow backdrop-blur">
<span className="text-xs sm:text-sm font-medium text-black/65">
v0.4
v0.4.2
</span>
<span className="text-xs sm:text-sm font-medium text-black ">
</span>
<span className="text-xs sm:text-sm font-[600] tracking-[-0.6px]! text-black leading-tight">
<span className="hidden sm:inline">
Unified /v1/responses API with state management
Signals - Trace Sampling & Preference Data for Continuous Improvement
</span>
<span className="sm:hidden">Unified /v1/responses API</span>
</span>

View file

@ -11,7 +11,7 @@ const carouselData = [
category: "LAUNCH FASTER",
title: "Focus on core objectives",
description:
"Building agents is hard enough. The plumbing work shouldn't be. Plano handles routing, observability, and policy hooks as a models-native sidecar—so you can focus on your agent's core product logic and ship to production faster.",
"Building agents is hard enough. The plumbing work shouldn't be. Plano handles routing, observability, and policy hooks as an AI-native sidecar—so you can focus on your agent's core product logic and ship to production faster.",
image: "/LaunchFaster.svg",
link: "https://docs.planoai.dev/get_started/quickstart",
},

View file

@ -20,7 +20,7 @@ export function IntroSection() {
{/* Body Text */}
<div className="text-white text-sm sm:text-base lg:text-lg max-w-[713px]">
<p className="mb-0">
Plano is a models-native proxy and dataplane for agents that
Plano is an AI-native proxy and dataplane for agents that
handles critical plumbing work in AI - agent routing and
orchestration, rich agentic traces, guardrail hooks, and smart
model routing APIs for LLMs. Use any language, AI framework, and

View file

@ -11,7 +11,7 @@ const verticalCarouselData = [
category: "INTRODUCTION",
title: "",
description: [
"Plano is a models-native data plane for AI agents - a framework-friendly, protocol-native fabric that lets you focus on what really matters: your agents' product logic.",
"Plano is an AI-native data plane for AI agents - a framework-friendly, protocol-native fabric that lets you focus on what really matters: your agents' product logic.",
"Plano takes over the plumbing work that slows teams down when handling and processing prompts, including detecting and blocking jailbreaks, routing tasks to the right model or agent for better accuracy, applying context engineering hooks, and centralizing observability across agentic interactions.",
],
diagram: "/IntroDiagram.svg",