'use client'; import Image from 'next/image'; export default function Footer() { const productLinks = [ 'AX-Fund', 'AX-Matrix', 'Launchpad', 'Liquid Market', 'Token Factory' ]; const resourceLinks = [ 'Docs', 'FAQ & Support', 'Trust & Security', 'Learning Center', 'Community Forum' ]; const companyLinks = [ 'About Team', 'Careers', 'Contact Us', 'Press & Media' ]; const socialIcons = [ { src: '/component-12.svg', alt: 'Twitter', width: 24, height: 24 }, { src: '/component-13.svg', alt: 'Discord', width: 24, height: 24 }, { src: '/component-14.svg', alt: 'Telegram', width: 24, height: 24 }, { src: '/component-15.svg', alt: 'Medium', width: 24, height: 24 } ]; return ( ); }