import { HeroSection } from '@/components/hero-section' import { ManifestoSection } from '@/components/manifesto-section' import { DeviceSection } from '@/components/device-section' import { NetworkSection } from '@/components/network-section' import { WaitlistSection } from '@/components/waitlist-section' import { FooterSection } from '@/components/footer-section' export default function Home() { return (
) }