diff --git a/apps/web/src/components/app-shell/app-shell.tsx b/apps/web/src/components/app-shell/app-shell.tsx index 4cd1cc1..52103ac 100644 --- a/apps/web/src/components/app-shell/app-shell.tsx +++ b/apps/web/src/components/app-shell/app-shell.tsx @@ -11,20 +11,25 @@ type AppShellProps = { export function AppShell({ children }: AppShellProps) { return ( -
- Production-ready export surface for React, Next.js, Tailwind, JSON, - and future RBC CLI. -
+- Outputs -
- -
- {`export const rainbowCode = {
- platform: "global-design-to-code",
- studios: {
- brand: "next",
- theme: "ready",
- component: "ready",
- canvas: "v1-ready",
- code: "preview"
- },
- outputs: ["react", "nextjs", "tailwind", "json", "rbc-cli"],
- quality: ["accessible", "typed", "exportable", "scalable"]
+
+ {`export const rainbowCode = {
+ product: "global-design-to-code-editor",
+ studios: ["brand", "theme", "component", "canvas", "code"],
+ canvas: "v1-ready",
+ next: "brand-studio"
};`}
-
-