diff --git a/pages/policy-terms/index.js b/pages/policy-terms/index.js index 92cf6a8..6cca67a 100644 --- a/pages/policy-terms/index.js +++ b/pages/policy-terms/index.js @@ -34,13 +34,15 @@ 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

, -

Ketentuan Umum

, +

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, index) => ( -

{number++}. {value?.value}

+
+

{number++}. {value?.value}

+
)) ], }, @@ -48,13 +50,15 @@ const PolicyTerms = observer(() => { label: `Kebijakan Privasi`, key: '2', children: [ -

Kebijakan Privasi (Privacy Policy)

, -

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

, +

Kebijakan Privasi (Privacy Policy)

, +

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, index) => ( -

{number2++}. {value?.value}

+
+

{number2++}. {value?.value}

+
)) ], },