src/ │ ├── components/ │ ├── carousel.jsx # Main carousel layout │ ├── carousel-slide.jsx # Single chart display │ ├── carousel-arrows.jsx # Navigation arrows │ ├── chart-data/ │ ├── datasets.js # ...
├── app/ # Page routes and layouts ├── components/ # Reusable UI components (charts, carousel, etc.) ├── context/ # Global state (e.g., theme context) ├── data/ # Static/dynamic anime-related data ├── ...