@@ -200,7 +200,7 @@ export default function MapWrapper() {
200200 setError ( 'Failed to load data. Using default content.' ) ;
201201 if ( showDisclaimer ) {
202202 setDisclaimerData ( [
203- 'You are using a Beta version of GreenEarthX , intended for early access, testing, and feedback.' ,
203+ 'You are using a Beta version of GEX Ecosystem Map , intended for early access, testing, and feedback.' ,
204204 'The platform is under development and may include bugs, incomplete features, or performance issues.' ,
205205 'Do not upload sensitive, confidential, or personal information; data security cannot be guaranteed at this stage.' ,
206206 'GreenEarthX assumes no liability for data loss or unauthorized access during Beta usage.' ,
@@ -278,7 +278,7 @@ function DisclaimerScreen({
278278 style = { disclaimerStyles . logo }
279279 />
280280 < h1 id = "disclaimer-title" style = { disclaimerStyles . title } >
281- < span style = { disclaimerStyles . gex } > GEX</ span > Map - Beta Version
281+ < span style = { disclaimerStyles . gex } > GEX Ecosystem Map </ span > - Beta Version
282282 </ h1 >
283283 < div style = { disclaimerStyles . disclaimerBox } >
284284 < div style = { disclaimerStyles . warningIcon } > ⚠️</ div >
@@ -323,7 +323,7 @@ function LoadingScreen() {
323323 < div style = { styles . content } >
324324 < Image src = "/gex-logo.png" alt = "GEX Logo" width = { 60 } height = { 96 } />
325325 < h1 style = { styles . title } >
326- Welcome to < span style = { styles . gex } > GEX</ span > Map
326+ Welcome to < span style = { styles . gex } > GEX Ecosystem Map </ span >
327327 </ h1 >
328328 < p style = { styles . subTitle } > We’re setting things up for you ...</ p >
329329 < div style = { styles . loaderWrapper } >
@@ -347,7 +347,7 @@ function WelcomeModal({
347347 < div className = "fixed inset-0 z-[99999] flex items-center justify-center bg-black/50" >
348348 < div className = "bg-white rounded-2xl shadow-xl p-6 max-w-md w-[90%] text-center" >
349349 < h2 className = "text-xl font-semibold text-[#006CB5] mb-3" >
350- Welcome to GEX Map 🎉
350+ Welcome to GEX Ecosystem Map 🎉
351351 </ h2 >
352352 < p className = "text-gray-600 mb-4 text-sm leading-relaxed" >
353353 You can explore environmental projects, interact with the map, and
0 commit comments