--- const footerLinks = { product: [ { href: '#features', label: 'Features' }, { href: '#pricing', label: 'Preise' }, { href: '#faq', label: 'FAQ' }, ], legal: [ { href: '/privacy', label: 'Datenschutz' }, { href: '/terms', label: 'AGB' }, { href: '/imprint', label: 'Impressum' }, ], }; const currentYear = new Date().getFullYear(); ---