diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3cf1f10..a68288f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,8 @@ import type { Metadata } from "next"; -import { Poppins } from "next/font/google"; -import "./globals.css"; - -const poppins = Poppins({ - variable: "--font-poppins", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +import "./styles/globals.css"; export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "Webild - Car Database & Comparison Platform", description: "Comprehensive car database with detailed specifications, pricing, and comparison tools."}; export default function RootLayout({ children, @@ -17,7 +11,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}