From 790efb7c897f9848c7cdc6c93100830a6161a269 Mon Sep 17 00:00:00 2001 From: Devyash Saini <59441567+thedevyashsaini@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:29:51 +0530 Subject: [PATCH] tryna add og tags to home too --- src/app/home/layout.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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}