From eedebaea468d3c26a160c3d7c78406ebec0de3e4 Mon Sep 17 00:00:00 2001 From: SocioWire Date: Mon, 5 Jan 2026 17:44:44 +0000 Subject: [PATCH] Improve SEO nav and map loading placeholder --- index.html | 14 ++++++ public/about.html | 99 +++++++++++++++++++++++++++++++++++++++++++ public/contact.html | 95 +++++++++++++++++++++++++++++++++++++++++ public/islands.html | 96 +++++++++++++++++++++++++++++++++++++++++ public/privacy.html | 40 +++++++++++++++++ public/sitemap.xml | 22 +++++++++- public/sociowall.html | 96 +++++++++++++++++++++++++++++++++++++++++ src/App.jsx | 63 +++++++++++++++++++++++++-- src/styles/layout.css | 82 +++++++++++++++++++++++++++++++++++ src/styles/map.css | 98 ++++++++++++++++++++++++++++++++++++++++++ src/styles/theme.css | 20 +++++++++ 11 files changed, 721 insertions(+), 4 deletions(-) create mode 100644 public/about.html create mode 100644 public/contact.html create mode 100644 public/islands.html create mode 100644 public/sociowall.html diff --git a/index.html b/index.html index 38e3886..f985a9f 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + @@ -45,6 +46,19 @@ } } + diff --git a/public/about.html b/public/about.html new file mode 100644 index 0000000..919e59b --- /dev/null +++ b/public/about.html @@ -0,0 +1,99 @@ + + + + + + + + About SocioWire + + + +
+
+ +

About SocioWire

+

+ SocioWire is a live map for what is happening around you. We surface local news, events, + market deals, and community posts so you can discover what matters in real time. +

+

What makes it different

+

+ Explore a location-first feed, jump into Island communities, and filter the map to focus + on the stories that matter most to you. +

+ Open the live map +
+
+ + diff --git a/public/contact.html b/public/contact.html new file mode 100644 index 0000000..7679a64 --- /dev/null +++ b/public/contact.html @@ -0,0 +1,95 @@ + + + + + + + + Contact SocioWire + + + +
+
+ +

Contact

+

+ Reach the SocioWire team for support, partnerships, or community feedback. +

+

+ Email us at support@sociowire.com. +

+ Return to SocioWire +
+
+ + diff --git a/public/islands.html b/public/islands.html new file mode 100644 index 0000000..ca62f34 --- /dev/null +++ b/public/islands.html @@ -0,0 +1,96 @@ + + + + + + + + SocioWire Islands + + + +
+
+ +

Islands

+

+ Islands are community spaces that gather local updates, neighborhood stories, and deals + into a single feed. Pick an Island to see what people are sharing right now. +

+

+ Use Islands to follow creators, save a local hub, or discover new areas when you travel. +

+ Explore Islands on SocioWire +
+
+ + diff --git a/public/privacy.html b/public/privacy.html index 7c5cf2a..d7a3c73 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -3,6 +3,11 @@ + + SocioWire Privacy Policy + + +
+
+ +

SocioWall

+

+ SocioWall is the live stream of posts, deals, and news from across SocioWire. It keeps + you up to date without losing the local context. +

+

+ Use SocioWall to scan recent activity, then jump to the map for a location view. +

+ Open SocioWall +
+
+ + diff --git a/src/App.jsx b/src/App.jsx index c280b31..5f54112 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -133,8 +133,36 @@ export default function App() { />
-
- Loading map…
}> +
+ +
+
+
Loading map
+
Warming up tiles and live data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ } + >
-
+
SOCIOWALL
+
+
+
Communities
+

Explore Islands

+

+ Islands are local hubs where people share updates, deals, and stories in one place. + Browse nearby islands or jump into a new community to see what is trending. +

+ +
+
+ {/* Bouton Contacts flottant en bas à droite */}
+ + {/* Island Universe Modal */} {showUniverse && (