design: hide live accent switcher from landing page (commented out)

This commit is contained in:
2026-06-06 21:18:33 -07:00
parent dd44963225
commit 0c56ed4cc5

View File

@@ -12,7 +12,8 @@ export default function Page() {
return (
<>
<NewSite />
<AccentSwitcher />
{/* Uncomment to toggle live colors in dev mode:
<AccentSwitcher /> */}
</>
);
}