From f09f245b637bfcd2b7e4a98abd5ce43ee00d93d5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:01:12 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e6174e..ced415b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,8 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); - export const metadata: Metadata = { - title: "Efficient Ads - Agency-Quality Ad Creatives in 48 Hours", description: "Get agency-quality ad creatives delivered in 48 hours at half the cost. Perfect for agencies, brands, and creators." -}; + title: "Efficient Ads - Agency-Quality Ad Creatives in 48 Hours", description: "Get professional ad creatives delivered in 48 hours at half the traditional cost. 40% faster, 50% cheaper. Perfect for agencies, brands, and creators."}; export default function RootLayout({ children, @@ -15,7 +11,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +