From 1005bfb1f240d383a917068d8bb8bcc33258af27 Mon Sep 17 00:00:00 2001 From: despiegk Date: Sun, 3 Aug 2025 10:15:40 +0200 Subject: [PATCH] ... --- src/content/tech/peer-to-peer-network.md | 16 ++++++++-------- src/pages/Blog.jsx | 4 ++-- src/pages/BlogPost.jsx | 2 +- src/pages/Freezone.jsx | 2 +- src/pages/GetStarted.jsx | 8 ++++---- src/pages/Home.jsx | 6 +++--- src/pages/How.jsx | 4 ++-- src/pages/Technology.jsx | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/content/tech/peer-to-peer-network.md b/src/content/tech/peer-to-peer-network.md index a38af07..c69c98f 100644 --- a/src/content/tech/peer-to-peer-network.md +++ b/src/content/tech/peer-to-peer-network.md @@ -26,7 +26,7 @@ This isn't your imagination. It's how the traditional internet works. Right now, even when you message your neighbor, your data likely travels like this: **Your Device → ISP → Data Center → ISP → Their Device** -Why? Because we'sre all using centralized services that need to see, store, and control everything we do online. It's like mailing a letter to your next-door neighbor via a post office in another country. +Why? Because we're all using centralized services that need to see, store, and control everything we do online. It's like mailing a letter to your next-door neighbor via a post office in another country. ## Here's What Mycelium Actually Changes @@ -78,13 +78,13 @@ Mycelium doesn't replace your internet connection—**it works with it**. Think ## The Comparison That Makes Sense -| Situation | Traditional Internet | With Mycelium | -|-----------|---------------------|---------------| -| **Two neighbors sharing files** | Upload to cloud, then download | Direct 30-second transfer | -| **Power outage at data center** | Everything breaks | Routes around automatically | -| **Your private messages** | Stored on server indefinitely | Never stored, just delivered | -| **Gaming with friends nearby** | 50ms ping to server | Direct 1ms connection | -| **Sharing vacation photos** | 20 minutes of uploading | 2 minutes direct transfer | +| Situation | Traditional Internet | With Mycelium | +|---------------------------------|----------------------------------|-----------------------------| +| **Two neighbors sharing files** | Upload to cloud, then download | Direct 30-second transfer | +| **Power outage at data center** | Everything breaks | Routes around automatically | +| **Your private messages** | Stored on server indefinitely | Never stored, just delivered| +| **Gaming with friends nearby** | 50ms ping to server | Direct 1ms connection | +| **Sharing vacation photos** | 20 minutes of uploading | 2 minutes direct transfer | ## It Uses the Internet, Just Smarter diff --git a/src/pages/Blog.jsx b/src/pages/Blog.jsx index 783a6b5..00e7cc1 100644 --- a/src/pages/Blog.jsx +++ b/src/pages/Blog.jsx @@ -160,7 +160,7 @@ const Blog = () => { whileInView={{ opacity: 1, y: 0 }} transition={{ duration: 0.8 }} viewport={{ once: true }} - className="max-w-4xl mx-auto glass-effect rounded-2xl overflow-hidden hover:border-blue-400/30 transition-all duration-300 hover-lift" + className="max-w-6xl mx-auto glass-effect rounded-2xl overflow-hidden hover:border-blue-400/30 transition-all duration-300 hover-lift" >
@@ -310,7 +310,7 @@ const Blog = () => { {/* Newsletter Signup */}
-
+
{ return (
-
+
-
+
{ How to Get Started { Ready to Reclaim Your Digital Freedom? { Why HEROs Matter { HERO Capabilities { Ready to Take Control? { The Four Core Components {
-
+
{[ { diff --git a/src/pages/Technology.jsx b/src/pages/Technology.jsx index 3602ec9..bce61fe 100644 --- a/src/pages/Technology.jsx +++ b/src/pages/Technology.jsx @@ -160,7 +160,7 @@ const Technology = () => { Core Technologies { HERO vs Traditional AI Platforms { Technical Architecture