From 228f3c73655a3e52fbbb24a9dada160e0d2c9195 Mon Sep 17 00:00:00 2001 From: Shamanth Kumar K Date: Fri, 31 Jul 2026 13:43:01 +0530 Subject: [PATCH 1/2] feat: adding footer content to improve footer layout --- components/site/Footer.tsx | 200 +++++++++++++++++++++++++++++-------- 1 file changed, 158 insertions(+), 42 deletions(-) diff --git a/components/site/Footer.tsx b/components/site/Footer.tsx index 47252e3..07ca3a3 100644 --- a/components/site/Footer.tsx +++ b/components/site/Footer.tsx @@ -14,6 +14,43 @@ const footerLinks = [ { label: "Partners", href: "/partners" }, ]; +const highlightItems = [ + { + label: "Getting started guide", + href: "/pages/getting-started", + icon: ( + + + + + ), + }, + { + label: "10+ languages supported", + href: "/resources", + icon: ( + + + + + + ), + }, + { + label: "Contribute to open-source", + href: "/partners", + icon: ( + + + + + + + + ), + }, +]; + export default function Footer() { return (