'use client'; const footer = { products: [ { name: 'Actors', href: 'https://rivet.dev/docs/actors' }, { name: 'Sandbox Agent SDK', href: '/docs' }, ], developers: [ { name: 'Documentation', href: '/docs' }, { name: 'Changelog', href: '/changelog' }, { name: 'Blog', href: 'https://rivet.dev/blog' }, ], legal: [ { name: 'Terms', href: 'https://rivet.dev/terms' }, { name: 'Privacy Policy', href: 'https://rivet.dev/privacy' }, { name: 'Acceptable Use', href: 'https://rivet.dev/acceptable-use' }, ], social: [ { name: 'Discord', href: 'https://discord.gg/sandbox-agent', icon: ( ), }, { name: 'GitHub', href: 'https://github.com/rivet-dev/sandbox-agent', icon: ( ), }, { name: 'Twitter', href: 'https://x.com/rivet_dev', icon: ( ), }, ], }; export function Footer() { return ( ); }