From 8b0f2b94d8bdcf2556624c85f874f54379f4895c Mon Sep 17 00:00:00 2001
From: Musa
Date: Tue, 25 Nov 2025 12:16:26 -0800
Subject: [PATCH] feat(www): content fix
---
apps/www/src/app/docs/page.tsx | 1 -
apps/www/src/app/studio/[[...index]]/page.tsx | 8 ++++++++
apps/www/src/components/IntroSection.tsx | 18 ++++--------------
.../src/components/UnlockPotentialSection.tsx | 3 ++-
4 files changed, 14 insertions(+), 16 deletions(-)
create mode 100644 apps/www/src/app/studio/[[...index]]/page.tsx
diff --git a/apps/www/src/app/docs/page.tsx b/apps/www/src/app/docs/page.tsx
index 1c061217..8384b9e6 100644
--- a/apps/www/src/app/docs/page.tsx
+++ b/apps/www/src/app/docs/page.tsx
@@ -14,4 +14,3 @@ export default function DocsPage() {
);
}
-
diff --git a/apps/www/src/app/studio/[[...index]]/page.tsx b/apps/www/src/app/studio/[[...index]]/page.tsx
new file mode 100644
index 00000000..a8fee5ec
--- /dev/null
+++ b/apps/www/src/app/studio/[[...index]]/page.tsx
@@ -0,0 +1,8 @@
+"use client";
+
+import { NextStudio } from "next-sanity/studio";
+import config from "../../../../sanity.config";
+
+export default function StudioPage() {
+ return ;
+}
diff --git a/apps/www/src/components/IntroSection.tsx b/apps/www/src/components/IntroSection.tsx
index d0311aba..a4e50f53 100644
--- a/apps/www/src/components/IntroSection.tsx
+++ b/apps/www/src/components/IntroSection.tsx
@@ -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.
-
- 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.
+ 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.
diff --git a/apps/www/src/components/UnlockPotentialSection.tsx b/apps/www/src/components/UnlockPotentialSection.tsx
index adf90c37..d3c7f988 100644
--- a/apps/www/src/components/UnlockPotentialSection.tsx
+++ b/apps/www/src/components/UnlockPotentialSection.tsx
@@ -15,7 +15,8 @@ export function UnlockPotentialSection({
return (