diff --git a/index.php b/index.php
index 2f06e08..c4a7b06 100644
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@ $projects = [
],
[
'slug' => 'sig-03',
- 'title' => 'BantSOSial GIS',
+ 'title' => 'Poverty-Mapping GIS',
'desc' => 'Distribusi bantuan sosial: peta sebaran rumah penerima, pusat distribusi, dan laporan jangkauan radius.',
'tags' => ['Leaflet', 'PHP', 'MySQL'],
'icon' => '🕌',
diff --git a/sig-03/index.html b/sig-03/index.html
index fdbd84f..c448a72 100644
--- a/sig-03/index.html
+++ b/sig-03/index.html
@@ -3,7 +3,7 @@
- BantSOSial GIS — Distribusi Bantuan Sosial
+ Poverty-Mapping GIS — Distribusi Bantuan Sosial
@@ -18,7 +18,7 @@
🕌
-
BantSOSial GIS
+
Poverty-Mapping GIS
Distribusi Bantuan Sosial
diff --git a/sig-03/script.js b/sig-03/script.js
index 31df933..3d89f4b 100644
--- a/sig-03/script.js
+++ b/sig-03/script.js
@@ -1,5 +1,5 @@
/**
- * BantSOSial GIS — script.js
+ * Poverty-Mapping GIS — script.js
* WebGIS Distribusi Bantuan Sosial
*/
diff --git a/sig-03/style.css b/sig-03/style.css
index d11596a..836846b 100644
--- a/sig-03/style.css
+++ b/sig-03/style.css
@@ -1,5 +1,5 @@
/* ===================================================================
- BantSOSial GIS — style.css
+ Poverty-Mapping GIS — style.css
=================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }