diff --git a/components/site/Footer.tsx b/components/site/Footer.tsx index 47252e3..fb687e3 100644 --- a/components/site/Footer.tsx +++ b/components/site/Footer.tsx @@ -14,6 +14,51 @@ const footerLinks = [ { label: "Partners", href: "/partners" }, ]; +const highlightItems = [ + { + label: "Privacy Policy", + href: "/pages/privacy-policy", + icon: ( + + ), + }, + { + label: "Security Notice", + href: "/pages/security-notice", + icon: ( + + ), + }, + { + label: "Code of Conduct", + href: "/pages/code-of-conduct", + icon: ( + + ), + }, + { + label: "Acknowledgements", + href: "/pages/acknowledgements", + icon: ( + + ), + }, +]; + export default function Footer() { return (
+ “Code. Create. Collaborate.” +
+