"use client"; import Link from "next/link"; import { UnkeyFooterLogo, UnkeyFooterLogoMobile, UnkeyLogoSmall, UnkeyLogoSmallMobile, } from "./footer-svgs"; import { socialMediaProfiles } from "./social-media"; import { useSelectedLayoutSegment } from "next/navigation"; const navigation = [ // { // title: "Company", // links: [ // { title: "About", href: "/about" }, // { title: "Blog", href: "/blog" }, // { title: "Changelog", href: "/changelog" }, // { title: "Templates", href: "/templates" }, // { // title: "Analytics", // href: "https://us.posthog.com/shared/HwZNjaKOLtgtpj6djuSo3fgOqrQm0Q?whitelabel", // }, // { // title: "Source Code", // href: "https://github.com/unkeyed/unkey", // }, // { // title: "Docs", // href: "https://unkey.dev/docs", // }, // ], // }, // { // title: "Connect", // links: socialMediaProfiles, // }, { title: "", links: [ { title: "Twitter", href: "https://twitter.com/JellyDropsLLC" }, // { title: "iSDK Twitter", href: "https://twitter.com/JellyDropsLLC" }, { title: "GitHub", href: "https://github.com/JellyDropsLLC" }, ], }, ]; function CompanyInfo() { return (