import './globals.css'; import { Inter } from 'next/font/google'; const inter = Inter({ subsets: ['latin'] }); export const metadata = { title: 'AI Recruitment Engine | Elevate Your Hiring', description: 'Production-ready AI candidate ranking platform powered by Groq and multi-agent synergy.', }; export default function RootLayout({ children }) { return (
{children}
); }