/ ├── index.html ← Home ├── assets/ │ ├── css/ │ │ ├── style.css │ │ ├── home.css │ │ └── responsive.css │ │ │ ├── js/ │ │ ├── main.js │ │ └── slider.js │ │ │ ├── images/ │ │ ├── logo.webp │ │ ├── banner-home.webp │ │ ├── hero.webp │ │ ├── bonus.webp │ │ └── icons/ │ │ │ └── fonts/ │ ├── pages/ │ ├── tentang-kami.html │ ├── promo.html │ ├── faq.html │ ├── kontak.html │ └── privacy-policy.html │ └── sitemap.xml