Initial Bizone Next.js website

This commit is contained in:
2026-05-12 14:06:52 +07:00
commit 6206154aa1
53 changed files with 11209 additions and 0 deletions

34
README.md Normal file
View File

@ -0,0 +1,34 @@
# 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
```