import Head from "next/head"; import { dataURI } from "macro:./dataURI"; export default function Layout({ children }) { return ( <>