feat(www): content fix

This commit is contained in:
Musa 2025-11-25 12:16:26 -08:00
parent 1f3a0bf4a0
commit 8b0f2b94d8
4 changed files with 14 additions and 16 deletions

View file

@ -14,4 +14,3 @@ export default function DocsPage() {
</section>
);
}

View file

@ -0,0 +1,8 @@
"use client";
import { NextStudio } from "next-sanity/studio";
import config from "../../../../sanity.config";
export default function StudioPage() {
return <NextStudio config={config} />;
}

View file

@ -24,22 +24,12 @@ export function IntroSection() {
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
unified APIs for LLMs.
</p>
<p className="mb-0 mt-4">
<strong>
<u>Developers</u>
</strong>{" "}
can focus more on modeling workflows,{" "}
<strong>
<u>product teams</u>
</strong>{" "}
can accelerate feedback loops for reinforcement learning and{" "}
<strong>
<u>engineering teams</u>
</strong>{" "}
can standardize policies and access controls across every agent
and LLM for safer, more reliable scaling.
Developers can focus more on modeling workflows.
Product teams can accelerate feedback loops for reinforcement learning.
Engineering teams can standardize policies and access controls across every agent and LLM for safer, more reliable scaling.
</p>
</div>
</div>

View file

@ -15,7 +15,8 @@ export function UnlockPotentialSection({
return (
<section
className={`relative py-24 px-6 lg:px-[102px]`} style={{ background: "linear-gradient(to top right, #ffffff, #dcdfff)" }}
className={`relative py-24 px-6 lg:px-[102px]`}
style={{ background: "linear-gradient(to top right, #ffffff, #dcdfff)" }}
>
<div className="max-w-[81rem] mx-auto">
<div className="max-w-4xl">