From 0c56ed4cc555e45f65295065c524afd4ca2723b0 Mon Sep 17 00:00:00 2001 From: mawkone Date: Sat, 6 Jun 2026 21:18:33 -0700 Subject: [PATCH] design: hide live accent switcher from landing page (commented out) --- vibn-frontend/app/(marketing)/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vibn-frontend/app/(marketing)/page.tsx b/vibn-frontend/app/(marketing)/page.tsx index 1e5c082..0b23889 100644 --- a/vibn-frontend/app/(marketing)/page.tsx +++ b/vibn-frontend/app/(marketing)/page.tsx @@ -12,7 +12,8 @@ export default function Page() { return ( <> - + {/* Uncomment to toggle live colors in dev mode: + */} ); }