diff --git a/.env b/.env index b29aaa6..85515c9 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ # NEXT_PUBLIC_BASE_URL=https://api-staging.cariparkir.co.id -NEXT_PUBLIC_BASE_URL=https://9d52-101-255-119-166.ap.ngrok.io +NEXT_PUBLIC_BASE_URL=https://d2cc-101-255-119-166.ap.ngrok.io diff --git a/pages/not-available/index.js b/pages/not-available/index.js index d6f7451..42a7d03 100644 --- a/pages/not-available/index.js +++ b/pages/not-available/index.js @@ -12,14 +12,16 @@ const NotAvailable = observer(() => { } } + const title = `"Lippo Mall Kemang"` + return ( <>

Pesan LOCKEY

-

"Lippo Mall Kemang"

+

{title}

- + {'image

Maaf, saat ini LOCKEY sudah terpesan semua.

Silahkan mencoba beberapa saat lagi. Atau install aplikasi CariParkir untuk pesan LOCKEY lebih mudah dan dapatkan penawaran menarik lainnya!

diff --git a/pages/policy-terms/index.js b/pages/policy-terms/index.js index 300a9b6..4c9461a 100644 --- a/pages/policy-terms/index.js +++ b/pages/policy-terms/index.js @@ -38,13 +38,13 @@ const PolicyTerms = observer(() => { label: `Syarat & Ketentuan`, key: '1', children: [ -

Syarat - syarat & Ketentuan[Layanan] (Terms & Condition of Serfices)

, -

PENTING: Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, -

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Syarat - syarat & Ketentuan[Layanan] (Terms & Condition of Serfices)

, +

PENTING: Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

, +

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

,

Ketentuan Umum

, - general_requirements.map(value => ( -
+ general_requirements.map((value, index) => ( +

{value?.key}.

{value?.value}

@@ -60,10 +60,10 @@ const PolicyTerms = observer(() => {

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

,

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged

,

Ketentuan Umum

, - general_requirements.map(value => ( -
-

{value?.key}.

-

{value?.value}

+ general_requirements.map((value,index) => ( +
+

{value?.key}.

+

{value?.value}

)) ],