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: + */} ); }