diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 71168fb..3bb7002 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,6 @@ // Head metadata // import type { Metadata } from "next"; +import Head from 'next/head'; // Provides the theme context to the app import { ThemeProvider } from "@/components/Theme-provider" @@ -31,6 +32,11 @@ export default function RootLayout({ }>) { return ( + + TipiLAN + + +