import type { Metadata } from 'next'; import { Inter } from 'next/font/google'; import './globals.css'; const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { title: 'AGRO\'S - Premium Manure Solutions for Modern Agriculture', description: 'High-quality, sustainably sourced manure and compost products for farmers and gardeners. Trusted for over 20 years.', }; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return ( {children}