import type { Metadata } from "next"; import "./styles/variables.css"; import "./styles/base.css"; import { Inter } from "next/font/google"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { title: "FGA Growth - Scale Your E-Commerce Performance", description: "Data-driven digital marketing agency specializing in e-commerce growth, Meta Ads, TikTok Ads, and Google Ads optimization."}; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return (