--- const year = new Date().getFullYear(); const columns = [ { title: "Product", links: [ { label: "Image Tools", href: "/tools/image/" }, { label: "Video Tools", href: "/tools/video/" }, { label: "Audio Tools", href: "/tools/audio/" }, { label: "PDF Tools", href: "/tools/pdf/" }, { label: "File Tools", href: "/tools/files/" }, { label: "Image Editor", href: "https://demo.snapotter.com/editor" }, ], }, { title: "Solutions", links: [ { label: "Enterprise", href: "/#enterprise" }, { label: "Self-Hosted", href: "/#features" }, { label: "Open Source", href: "/#open-source" }, { label: "Pricing", href: "/#pricing" }, ], }, { title: "Resources", links: [ { label: "Documentation", href: "https://docs.snapotter.com" }, { label: "API Reference", href: "https://docs.snapotter.com/api/rest" }, { label: "Docker Hub", href: "https://hub.docker.com/r/snapotter/snapotter" }, { label: "FAQ", href: "/faq" }, ], }, { title: "Community", links: [ { label: "GitHub", href: "https://github.com/snapotter-hq/snapotter" }, { label: "Discord", href: "https://discord.gg/hr3s7HPUsr" }, { label: "Contributing", href: "https://github.com/snapotter-hq/snapotter/blob/main/CONTRIBUTING.md", }, { label: "Sponsors", href: "https://github.com/sponsors/snapotter-hq" }, ], }, { title: "Legal", links: [ { label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }, { label: "Licensing", href: "/#pricing" }, ], }, ]; ---