From af2038708abc606e7d47a69ce79df12953d121b4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 15:13:42 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 51b46b1..8c4bcd6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,14 +12,11 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { title: 'Heritage Rainho Pereira | Industrial Vintage Event Space', description: 'Experience fine dining in a curated vintage warehouse. Host your exclusive event surrounded by classic cars and industrial elegance at Heritage Rainho Pereira.' }; + const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); export default function RootLayout({ children, @@ -29,7 +26,7 @@ export default function RootLayout({ return ( - + {children}