import { Logo } from '@/components/Logo' const navigation = { solutions: [ { name: 'OurVerse App', href: 'https://portal.ourverse.tf', target: '_blank', rel: 'noopener noreferrer' }, { name: 'HeroVerse 3D', href: '/heroverse.html ' }, { name: 'Features', href: 'https://ourverse.tf/features.html' }, { name: 'Usecases', href: 'https://ourverse.tf/usecases.html' }, ], support: [ { name: 'Community', href: 'https://ourverse.tf/community.html' }, { name: 'Events', href: 'https://ourverse.tf/events.html' }, ], partners: [ { name: 'ThreeFold', href: 'https://threefold.io', target: '_blank', rel: 'noopener noreferrer' }, { name: 'Vindo', href: 'https://vindo.ai', target: '_blank', rel: 'noopener noreferrer' }, ], company: [ { name: 'About', href: 'https://ourverse.tf/about.html' }, { name: 'OurWorld', href: 'https://ourworld.tf', target: '_blank', rel: 'noopener noreferrer' }, { name: 'Support', href: 'mailto:info@ourverse.tf', target: '_blank', rel: 'noopener noreferrer' }, ], social: [ { name: 'Facebook', href: 'https://www.facebook.com/profile.php?id=61566233156241', icon: (props) => ( ), }, { name: 'Instagram', href: 'https://www.instagram.com/ourversetf/', icon: (props) => ( ), }, { name: 'X', href: 'https://x.com/OurVerseTF', icon: (props) => ( ), }, { name: 'Telegram', href: 'https://t.me/+wLcrJaC_DTw0NTVk', icon: (props) => ( ), }, { name: 'YouTube', href: 'https://www.youtube.com/channel/UCavIIyki4cYFAUysi0aEDeA', icon: (props) => ( ), }, ], } export default function Footer2() { return ( ) }