PR
pankaj rawat
Footer - Copy this React, Tailwind Component to your project
Okays, can you generate beautiful footer with dark theme, Here is my footer items "const footerData = { support: [ { name: 'Help Center', href: '/help' }, { name: 'Contact Us', href: '/contact' }, { name: 'FAQ', href: '/faq' }, ], company: [ { name: 'About Us', href: '/about' }, { name: 'Careers', href: '/careers' } ], legal: [ { name: 'Privacy Policy', href: '/privacy policy' }, { name: 'Terms of Service', href: '/terms of service' }, { name: 'Security', href: '/security' }, ], }; export default footerData;"
Prompt
