From d91004e743243cc0c2d8af3c45fbc01e172185ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:49:39 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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}