import Footer from "@/components/Footer"; import "./globals.css"; export default function RootLayout({ children }) { return ( {/* will contain the components returned by the nearest parent head.js. Find out more at https://beta.nextjs.org/docs/api-reference/file-conventions/head */} {children} {/* Footer */}