Free
如何快速便捷的搭建一个企业级的Landing Page
本项目结构如下:
.
├── README.md
├── app
│ ├── components
│ │ ├── Contact.tsx
│ │ ├── Features.tsx
│ │ ├── Footer.tsx
│ │ ├── Header.tsx
│ │ ├── Hero.tsx
│ │ └── Team.tsx
│ ├── favicon.ico
│ ├── globals.css
│ ├── layout.tsx
│ ├── page.tsx
│ └── providers.tsx
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── public
│ ├── logo.png
│ ├── next.svg
│ └── vercel.svg
├── tailwind.config.ts
├── tsconfig.json
└── yarn.lock
3 directories, 22 files