Node.js: >=18.x Next.js: 13.5.x ├── app/ # Next.js app directory ├── components/ # UI components │ ├── sections/ # Page sections │ └── ui/ # shadcn/ui components ├── config/ # Configuration files │ ...