import { Lock, HardDrive, Radio, Users } from 'lucide-react' const features = [ { icon: Lock, title: 'Zero-Knowledge Security', description: 'Metadata-encrypted. Your data, your keys, your sovereignty.', }, { icon: HardDrive, title: 'Local Edge Storage', description: 'Sovereign data hosting. Media servers. All at the edge.', }, { icon: Radio, title: 'Secure Communications', description: 'Encrypted channels. Private by default. Owned by you.', }, { icon: Users, title: 'Collaborative Spaces', description: 'Powered by folkjs.org. Real connection, no extraction.', }, ] export function DeviceSection() { return (
The Node

Regenerative Sovereign Infrastructure

A local edge node that puts power back where it belongs. Secure, affordable, and built for the regenerative future.

{features.map((feature) => (

{feature.title}

{feature.description}

))}
Exclusive First Run

Limited initial devices. Early access for those who found the underground first.

) }