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" >