Initial Bizone Next.js website
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user