diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c742ce2..5b221ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,8 @@ import type { Metadata } from "next"; -import { Inter_Tight } from "next/font/google"; -import "./globals.css"; - -const interTight = Inter_Tight({ - variable: "--font-inter-tight", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +import "./styles/globals.css"; export const metadata: Metadata = { - title: "NextHire | Premium Recruitment Solutions", description: "Find your perfect talent match with NextHire. AI-powered recruitment matching for top-tier candidates and leading companies."}; + title: "NextHire - AI-Powered Recruitment Matching", description: "Find your perfect talent match with AI-powered recruitment. Transform your hiring process with NextHire."}; export default function RootLayout({ children, @@ -16,14 +10,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - -
- {children} - - + + {children}