"use client" const LINKS = [ { name: "Commons Stack", url: "https://commonsstack.org" }, { name: "P2P Foundation", url: "https://wiki.p2pfoundation.net/" }, { name: "MycoFi", url: "https://mycofi.earth" }, { name: "NoFi", url: "https://nofi.lol" }, { name: "Mycopunk", url: "https://mycopunk.xyz" }, { name: "rFunds", url: "https://rfunds.online" }, { name: "rStack", url: "https://rstack.org" }, { name: "(You)rSpace", url: "https://yourspace.online" }, { name: "Undernet", url: "https://undernet.earth" }, { name: "Psilo-Cyber", url: "https://psilo-cyber.net" }, { name: "Compost Capitalism", url: "https://compostcapitalism.xyz" }, { name: "Post-Appitalism", url: "https://post-appitalist.app" }, { name: "Trippin Balls", url: "https://trippinballs.lol" }, ] const ALLIES = [ { name: "Giveth", url: "https://giveth.io" }, { name: "Token Engineering Commons", url: "https://tecommons.org" }, { name: "Enspiral", url: "https://enspiral.com" }, { name: "Grassroots Economics", url: "https://grassrootseconomics.org" }, ] export function Footer() { return ( ) }