diff --git a/components/footer.tsx b/components/footer.tsx index b83fd3a..2b8de49 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,4 +1,5 @@ import Link from "next/link" +import Image from "next/image" const navigation = [ { @@ -105,32 +106,94 @@ const navigation = [ }, ] +const footerLinks = [ + { name: "Blockchains", href: "/blockchains" }, + { name: "Protocols", href: "/protocols" }, + { name: "Research", href: "/research" }, + { name: "Workshop", href: "https://workshop.stability.nexus" }, + { name: "Hackathon", href: "https://hackathon.stability.nexus" }, + { name: "Articles", href: "https://news.stability.nexus/" }, + { name: "Docs", href: "https://docs.stability.nexus/" }, +] + export default function Footer() { return ( -