update home page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope, Sora, DM_Sans } from "next/font/google";
|
||||
import { Footer } from "@/components/shared/Footer";
|
||||
import "./globals.css";
|
||||
|
||||
const manrope = Manrope({
|
||||
@@ -36,7 +37,10 @@ export default function RootLayout({
|
||||
lang="en"
|
||||
className={`${manrope.variable} ${sora.variable} ${dmSans.variable}`}
|
||||
>
|
||||
<body suppressHydrationWarning>{children}</body>
|
||||
<body suppressHydrationWarning>
|
||||
{children}
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user