diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a89cc11..9bd01e8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,23 +6,20 @@ import "@/lib/gsap-setup"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; +import { Archivo } from "next/font/google"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: 'Elite Estates | Luxury Real Estate & Homes for Sale', - description: 'Discover unparalleled luxury homes and exclusive properties with Elite Estates. Your premier partner for high-end real estate, offering bespoke service and exceptional listings.', + title: 'Thor\'s Hammer Roofing | Built to Withstand Anything', + description: 'Premium roofing services for homeowners seeking quality, durability, and trust. Specializing in installation, repair, inspection, and storm damage.', }; +const archivo = Archivo({ + variable: "--font-archivo", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], +}); + export default function RootLayout({ children, }: Readonly<{ @@ -31,9 +28,7 @@ export default function RootLayout({ return ( - + {children}