diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ada2e4e..7d0d76e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Christian Friis - Web Designer", description: "Professional web designer creating stunning digital experiences" + title: "Christian Friis - Web Designer", description: "Professional web designer creating stunning digital experiences. Deploy your site easily with Next.js, Vercel, or any Node.js hosting platform." }; export default function RootLayout({ @@ -16,6 +16,74 @@ export default function RootLayout({ }) { return ( + + + {children}