diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f5136ac..02c03de 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,6 +12,7 @@ import { Manrope } from "next/font/google"; export const metadata: Metadata = { title: 'Elite Roofing Solutions | Professional Roof Repair & Installation', description: 'Protect your home with expert roofing services. From emergency repairs to full roof replacements, our certified team delivers durable, high-quality results.' }; + const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"],