diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02c03de..c961c9e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,6 +13,8 @@ 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"],