import Link from 'next/link' const links = [ { title: 'Features', href: '#', }, { title: 'Solution', href: '#', }, { title: 'Customers', href: '#', }, { title: 'Pricing', href: '#', }, { title: 'Help', href: '#', }, { title: 'About', href: '#', }, ] export default function FooterSection() { return ( ) }