-                
Routing
-                
+                Routing
+                
                   Automatic pathfinding
-                
-                
-                  The Mycelium Network automatically discovers the shortest and fastest routes between nodes, 
-                  ensuring optimal data flow and network efficiency without manual configuration.
-                
+                
+                
+                  The Mycelium Network automatically discovers the shortest and
+                  fastest routes between nodes, ensuring optimal data flow and
+                  network efficiency without manual configuration.
+                
                
              
             
@@ -41,14 +46,15 @@ Each component — from message passing to content distribution — works in har
             
               
               
-                
Communication
-                
+                Communication
+                
                   Distributed message bus
-                
-                
-                  Acts as a global message layer that lets nodes exchange information seamlessly. 
-                  Enables resilient, asynchronous communication across the entire decentralized mesh.
-                
+                
+                
+                  Acts as a global message layer that lets nodes exchange
+                  information seamlessly. Enables resilient, asynchronous
+                  communication across the entire decentralized mesh.
+                
                
              
             
@@ -58,14 +64,15 @@ Each component — from message passing to content distribution — works in har
             
               
               
-                
Discovery
-                
+                Discovery
+                
                   Automatic proxy detection
-                
-                
-                  The system continuously scans for open SOCKS5 proxies within the network, 
-                  making it effortless to find available connection points without manual setup.
-                
+                
+                
+                  The system continuously scans for open SOCKS5 proxies within the
+                  network, making it effortless to find available connection points
+                  without manual setup.
+                
                
              
             
@@ -75,14 +82,15 @@ Each component — from message passing to content distribution — works in har
             
               
               
-                
Connectivity
-                
+                Connectivity
+                
                   Seamless proxy forwarding
-                
-                
-                  Local SOCKS5 connections can be forwarded through nearby nodes or remote proxies. 
-                  When browsers use the local proxy, traffic moves securely through the mesh—like a built-in VPN.
-                
+                
+                
+                  Local SOCKS5 connections can be forwarded through nearby nodes or
+                  remote proxies. When browsers use the local proxy, traffic moves
+                  securely through the mesh—like a built-in VPN.
+                
                
              
             
@@ -92,14 +100,15 @@ Each component — from message passing to content distribution — works in har
             
               
               
-                
Delivery
-                
+                Delivery
+                
                   Decentralized content distribution
-                
-                
-                  Mycelium can serve data from distributed 0-DBs, creating a CDN-like layer that delivers 
-                  content faster and more reliably—without relying on centralized servers.
-                
+                
+                
+                  Mycelium can serve data from distributed 0-DBs, creating a
+                  CDN-like layer that delivers content faster and more
+                  reliably—without relying on centralized servers.
+                
                
              
             
diff --git a/src/components/PrimaryFeatures.tsx b/src/components/PrimaryFeatures.tsx
index 13db70d..2ff9fa2 100644
--- a/src/components/PrimaryFeatures.tsx
+++ b/src/components/PrimaryFeatures.tsx
@@ -13,6 +13,14 @@ import {
 import { useDebouncedCallback } from 'use-debounce'
 
 import { AppScreen } from '@/components/AppScreen'
+import {
+  Eyebrow,
+  FeatureDescription,
+  FeatureTitle,
+  MobileFeatureTitle,
+  P,
+  SectionHeader,
+} from '@/components/Texts'
 import { CircleBackground } from '@/components/CircleBackground'
 import { Container } from '@/components/Container'
 import Image from 'next/image'
@@ -271,15 +279,15 @@ function FeaturesDesktop() {
             )}
             
               
-              
+              
                 
                   
                   {feature.name}
                 
-              
-              
+              
+              
                 {feature.description}
-              
+              
             
 
            
         ))}
@@ -379,12 +387,12 @@ function FeaturesMobile() {