feat(club-002): club PWA: join flow, digital card and installable shell

This commit is contained in:
Deploy
2026-08-26 19:21:49 +02:00
parent b2ccc70dc6
commit c263b44355
20 changed files with 1059 additions and 100 deletions

View File

@@ -0,0 +1,5 @@
import { ClubExperience } from '@/components/club/ClubExperience';
export default function ClubPage() {
return <ClubExperience mode="landing" />;
}