mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
feat(www): content fix
This commit is contained in:
parent
1f3a0bf4a0
commit
8b0f2b94d8
4 changed files with 14 additions and 16 deletions
|
|
@ -14,4 +14,3 @@ export default function DocsPage() {
|
|||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
8
apps/www/src/app/studio/[[...index]]/page.tsx
Normal file
8
apps/www/src/app/studio/[[...index]]/page.tsx
Normal 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} />;
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue