import CadCADLogo from "./CadCADLogo"; const productLinks = [ { label: "Github", href: "https://github.com/cadCAD-org/cadCAD" }, { label: "Video tutorials", href: "https://www.youtube.com/playlist?list=PLmWm8ksQq4YKtdRV-SoinhV6LbQMgX1we" }, { label: "Inspirational videos", href: "https://www.youtube.com/playlist?list=PLmWm8ksQq4YJnNDMaslh20axb4r7fgW_a" }, { label: "List of related resources", href: "https://community.cadcad.org/" }, { label: "Join our community", href: "https://community.cadcad.org/" }, ]; const communityLinks = [ { label: "Discord", href: "https://discord.gg/FP2FGJb4tJ" }, { label: "Discourse", href: "https://community.cadcad.org/" }, { label: "Telegram", href: "https://t.me/joinchat/BehTglN4UOLe83MpgBelzw" }, { label: "Twitter", href: "https://twitter.com/cadcad_org" }, ]; export default function Footer() { return ( ); }