diff --git a/preview-assist-ui/src/App.jsx b/preview-assist-ui/src/App.jsx index 5afc23d..e443107 100644 --- a/preview-assist-ui/src/App.jsx +++ b/preview-assist-ui/src/App.jsx @@ -52,6 +52,7 @@ const PAGES_GENERATED = [ ]; // ─── DESIGN DATA ────────────────────────────────────────────────────────────── +// Production presets live in vibn-frontend/lib/design-kits/registry.ts (STARTER_KITS). const DESIGN_FEELS = [ { id: "clean", label: "Clean & focused", ref: "Like Notion or Linear", bg: "#fff", surface: "#f8fafc", text: "#0f172a", accent: "#6366f1", radius: 8 }, { id: "bold", label: "Bold & confident", ref: "Like Stripe or Vercel", bg: "#0f172a", surface: "#1e293b", text: "#f8fafc", accent: "#f43f5e", radius: 8 }, diff --git a/vibn-frontend b/vibn-frontend index a4313bd..e650db5 160000 --- a/vibn-frontend +++ b/vibn-frontend @@ -1 +1 @@ -Subproject commit a4313bd7b626995b57605ad37062f899b5a3b113 +Subproject commit e650db5e5169ca9c5d16211af009a8668d742b07