feat(ui): redesign header to premium floating pill with framer-motion active indicators and dynamic CTA

Former-commit-id: 4586ca5af936d5f81485e92af70353ccfcfb767a
This commit is contained in:
2026-05-07 14:25:45 +02:00
parent c2d0279755
commit f47c07c98e
127 changed files with 247 additions and 229 deletions

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.