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
- - 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 (