diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f21c3a6..58ca320 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,10 +12,15 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { title: 'Expert HVAC Services | Reliable Heating & Cooling Solutions', description: 'Keep your home comfortable year-round with our professional HVAC installation, repair, and maintenance services. Fast, reliable, and energy-efficient solutions.' }; + const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); export default function RootLayout({ children, @@ -25,7 +30,7 @@ export default function RootLayout({ return ( - + {children}