Files
BizOne-web/README.md

35 lines
540 B
Markdown

# Bizone Web
Website marketing `www.bizone.id` berbasis Next.js App Router.
## Menjalankan project
```bash
npm run dev
```
Lalu buka `http://localhost:3000`.
## Halaman
- `/`
- `/features`
- `/solutions`
- `/about`
- `/contact`
- `/privacy-policy`
- `/terms-and-conditions`
## Catatan
- Logo memakai `public/bizone.png`.
- Konten legal masih perlu finalisasi alamat perusahaan sebelum publish.
- Bagian form kontak saat ini masih presentational dan belum terhubung ke backend.
## Verifikasi
```bash
npm run lint
npm run build
```