import Image from "@/components/Image" import Link from "@/components/TempDesignSystem/Link" import styles from "./secondarynav.module.css" export default async function FooterSecondaryNav({ secondaryLinks, }: { secondaryLinks: Record< string, { title: string links: Array<{ id: string href: string title: string image?: { src: string } }> } > }) { return (