diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c2a9df2..1c2b2f0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,9 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "./styles/variables.css"; import "./globals.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Quick Creatives - Agency-Quality Ad Creatives in 48 Hours", description: "Get professional ad creatives delivered in 48 hours. Video ads, static creatives, and full-funnel packs for your brand."}; + title: "Quick Creatives - Agency-Quality Ad Creatives in 48 Hours", description: "Get stunning video ads, static creatives, and full-funnel packs delivered in 48 hours. Perfect for agencies, brands, and creators."}; export default function RootLayout({ children, @@ -17,7 +12,7 @@ export default function RootLayout({ }) { return ( - + {children}