diff --git a/vibn-frontend/app/(marketing)/page.tsx b/vibn-frontend/app/(marketing)/page.tsx index 1e5c0820..0b238890 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: + */} ); }