diff --git a/src/app/home/layout.tsx b/src/app/home/layout.tsx index 1bcbaa6..17bc903 100644 --- a/src/app/home/layout.tsx +++ b/src/app/home/layout.tsx @@ -1,6 +1,7 @@ import React from 'react'; import Navbar from "@/components/navbar" import Footer from "@/components/footer" +import Head from 'next/head'; interface RootLayoutProps { @@ -10,9 +11,22 @@ interface RootLayoutProps { export default function RootLayout({ children } : RootLayoutProps) { return ( <> + + + + + + + + + + {children}