'use client'; import { motion } from 'framer-motion'; 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: 'https://github.com/rivet-dev/sandbox-agent/releases' }, { name: 'Blog', href: 'https://www.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/auCecybynK', 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 ( ); }