import { Button } from "@/components/ui/button" import { ExternalLink } from "lucide-react" const links = [ { name: "post-appitalism.app", url: "https://post-appitalism.app", description: "Breaking free from app dependencies. Together.", }, { name: "alltor.net", url: "https://alltor.net", description: "The alternative internet. Distributed, local-first, free from corporate control.", }, ] export function Network() { return (

Join the Movement

Part of a growing ecosystem building alternatives to surveillance capitalism

{links.map((link, index) => (

{link.name}

{link.description}

))}

Ready to Reclaim Your Digital Space?

Join communities building the future of the web - one rSpace at a time

) }