import Logo from "./Logo"; import Separator from "./Separator"; import { getAssetPath, ASSETS } from "../../lib/assetUtils"; export default function Footer() { // Schema markup for organization information const schemaData = { "@context": "https://schema.org", "@type": "Organization", name: "Media Economies Design Lab", email: "medlab@colorado.edu", url: "https://communityrule.com", sameAs: [ "https://bsky.app/profile/medlabboulder", "https://gitlab.com/medlabboulder", ], }; return ( <>