const groups = [ { title: "Product", links: ["Overview", "Pricing", "Changelog", "Status"] }, { title: "Developers", links: ["Documentation", "API reference", "Examples"] }, { title: "Company", links: ["About", "Careers", "Contact"] }, ] export default function Footer() { return ( ) }