identity-bag/ ├── app/ │ ├── page.tsx │ ├── collection/page.tsx │ ├── configurateur/page.tsx │ ├── panier/page.tsx │ └── layout.tsx ├── components/ │ ├── Navbar.tsx │ ├── ProductCard.tsx │ ├── CharmSelector.tsx │ └── BagPreview.tsx ├── data/ │ ├── bags.ts │ └── charms.ts ├── public/ │ ├── bags/ │ └── charms/ └── tailwind.config.js
identity-bag/ ├── app/ │ ├── page.tsx │ ├── collection/page.tsx │ ├── configurateur/page.tsx │ ├── panier/page.tsx │ └── layout.tsx ├── components/ │ ├── Navbar.tsx │ ├── ProductCard.tsx │ ├── CharmSelector.tsx │ └── BagPreview.tsx ├── data/ │ ├── bags.ts │ └── charms.ts ├── public/ │ ├── bags/ │ └── charms/ └── tailwind.config.js