import { Logo } from '@/components/Logo' const navigation = { solutions: [ { name: 'Features', href: '/features.html' }, { name: 'Usecases', href: '/usecases.html' }, { name: 'HeroGPT', href: '/community/blogs/herogpt.htm' }, { name: 'OurVerse App', href: '#' }, ], support: [ { name: 'Customer Care', href: '#' }, { name: 'Documentation', href: '#' }, { name: 'Blog', href: '/community.html' }, { name: 'Company', href: 'https://ourworld.tf' }, ], partners: [ { name: 'ThreeFold', href: 'https://threefold.io' }, { name: 'Vindo', href: 'https://vindo.ai' }, { name: 'Incubaid', href: 'https://incubaid.com' }, ], legal: [ { name: 'Claim', href: 'https://threefold.io/tfLabs/' }, { name: 'Privacy', href: 'https://library.threefold.me/info/legal/#/legal__privacypolicy' }, { name: 'Terms', href: 'https://library.threefold.me/info/legal/#/legal__terms_conditions_websites' }, ], social: [ { name: 'Facebook', href: '#', icon: (props) => ( ), }, { name: 'Instagram', href: '#', icon: (props) => ( ), }, { name: 'X', href: '#', icon: (props) => ( ), }, { name: 'GitHub', href: '#', icon: (props) => ( ), }, { name: 'YouTube', href: '#', icon: (props) => ( ), }, ], } export default function Footer2() { return ( ) }