import type { Metadata } from "next"; import "./styles/variables.css"; import "./globals.css"; export const metadata: Metadata = { 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, }: { children: React.ReactNode; }) { return ( {children}