added google-site-verificaiton

This commit is contained in:
Shahariar Kobir Shakil 2025-03-03 15:08:52 +06:00
parent 0f069b1f83
commit ecf9b8a582

View file

@ -3,6 +3,7 @@ import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],
@ -16,6 +17,9 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: "PlanPost AI",
description: "Generate Schedule Automate",
other: {
"google-site-verification": "Rn-ac8EjV1gz0_r88occ0drnrpdHj636Us5SZvm5o5I",
},
};
export default function RootLayout({