import { serverClient } from "@/lib/trpc/server" import Image from "@/components/Image" import Navigation from "./Navigation" import styles from "./footer.module.css" export default async function Footer() { const footerData = await serverClient().contentstack.base.footer() return ( ) }