From 7f53743eeb8d64019af1413875dd17d40268415a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 15:33:12 +0000 Subject: [PATCH] Bob AI: Move the 'use client' directive to the very top of the layou --- src/app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be1bd1f..f0334f9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,6 +14,8 @@ const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +'use client'; + export const metadata: Metadata = { title: "Strategic Media Buying Expert | Drive Advertising Results", description: "Professional media buying services that deliver measurable ROI. Expert strategies for brands and advertising professionals seeking impactful campaigns.", keywords: ["media buying", "advertising strategy", "digital marketing", "brand growth", "ROI optimization"] };