import React from "react"; import Image from "next/image"; const layout = ({ children }: { children: React.ReactNode }) => { return (