diff --git a/src/pages/network/Features.tsx b/src/pages/network/Features.tsx index 7a7fa29..b450cff 100644 --- a/src/pages/network/Features.tsx +++ b/src/pages/network/Features.tsx @@ -8,6 +8,7 @@ import { H2, P, H3, CT, CP, Eyebrow } from '@/components/Texts' export function Features() { return (
+ {/* ✅ Top spacer + full-width line */}
diff --git a/src/pages/network/NetworkCapabilities.tsx b/src/pages/network/NetworkCapabilities.tsx index c4fdca9..72ddf74 100644 --- a/src/pages/network/NetworkCapabilities.tsx +++ b/src/pages/network/NetworkCapabilities.tsx @@ -5,7 +5,7 @@ import { NoSymbolIcon, } from '@heroicons/react/24/solid' -import { Eyebrow, H3, P } from '@/components/Texts' +import { Eyebrow, H4, P } from '@/components/Texts' export function NetworkCapabilities() { return ( @@ -22,11 +22,11 @@ export function NetworkCapabilities() {
WHAT IT ENABLES -

+

A Private Networking Layer for Everything You Run -

+ -

+

Mycelium Network is the backbone for secure, autonomous connectivity across devices, data centers, clusters, and self-hosted environments — anywhere in the world.

diff --git a/src/pages/network/PrimaryFeatures.tsx b/src/pages/network/PrimaryFeatures.tsx index e8c02e3..1a55560 100644 --- a/src/pages/network/PrimaryFeatures.tsx +++ b/src/pages/network/PrimaryFeatures.tsx @@ -407,10 +407,13 @@ export function PrimaryFeatures() {
- -
+ {/* ✅ Top horizontal line with spacing */} +
+
+ +
How It Works How Mycelium Operates @@ -425,9 +428,12 @@ export function PrimaryFeatures() {
- + + {/* ✅ bottom border + bottom spacer to match */} +
+
) }