gitextract_6vs78hhg/ ├── .gitignore ├── Readme.md ├── next-env.d.ts ├── next.config.js ├── package.json ├── postcss.config.js ├── src/ │ ├── app/ │ │ ├── four/ │ │ │ └── page.tsx │ │ ├── global.css │ │ ├── layout.tsx │ │ ├── one/ │ │ │ └── page.tsx │ │ ├── page.tsx │ │ ├── three/ │ │ │ └── page.tsx │ │ └── two/ │ │ └── page.tsx │ └── components/ │ └── Animate.tsx ├── tailwind.config.js └── tsconfig.json