diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8e7342b..ec55eef 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({