diff --git a/public/index.html b/public/index.html
index 9025c5089cffcd4669e1a5eb87436987a8f9aaff..5cb44cf4f729d7cbe6d83f2edac6aaebb1a7d9b3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,7 +39,7 @@
 
         // Embedded CSV data as a string (Add pins here manually)
         const csvData = `lat,lng,name,color
-51.505,-0.09,Sample Pin,#ff0000
+48.773330,9.181970,Muhammad's first study area,#ff0000
 51.515,-0.1,Another Pin,#00ff00`;
 
         // Function to load pins from CSV and add them to the map