From af43bd12c63980e0786cdf075aa377915837263a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:42:05 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c2fd0b8..87fa1eb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,19 +4,15 @@ import { Inter } from "next/font/google"; import "./globals.css"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Hope Haven Animal Shelter", - description: "Every animal deserves a second chance. Discover your new best friend and join our mission to rescue, rehabilitate, and rehome pets in need.", -}; + title: "Hope Haven Animal Shelter", description: "Every animal deserves a second chance. Discover your new best friend and join our mission to rescue, rehabilitate, and rehome pets in need."}; export default function RootLayout({ children,