import { ArrowPathIcon, CircleStackIcon, InboxIcon, RocketLaunchIcon, ScaleIcon, TrashIcon, UsersIcon } from '@heroicons/react/24/outline' const features = [ { name: 'A Funding Platform', description: 'Access capital for projects building on decentralized infrastructure, with a focus on ventures that contribute to digital sovereignty for people and sustainable technology for the planet.', href: '#', icon: CircleStackIcon, }, { name: 'Legal & Financial Autonomy', description: 'Operate through our free zone with optimized legal and financial structures designed for global teams. Startups benefit from transparent, innovation-friendly structures designed for streamlined borderless operations.', href: '#', icon: ScaleIcon, }, { name: 'Technological Empowerment', description: 'Build on our interconnected stack of decentralized cloud infrastructure, sovereign data centers, and agentic AI frameworks, giving your startup the tools for complete digital autonomy.', href: '#', icon: RocketLaunchIcon, }, { name: 'Collaborative Ecosystem', description: 'Join a network of ventures building interconnected solutions for digital sovereignty. Share resources, infrastructure, and knowledge across projects working toward a decentralized future.', href: '#', icon: ArrowPathIcon, }, ] export function HomeAbout() { return (
) }