From f2d0496faf03ee35e8ed8a88fb0df3615ec8a327 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:12:36 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9068caa..4ae8932 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,9 @@ const roboto = Roboto({ }); export const metadata: Metadata = { - title: "Paws & Hearts | Rescue & Adoption Shelter", description: "Find your new best friend at Paws & Hearts. We rescue, rehabilitate, and rehome pets in need. Browse available dogs and cats for adoption today.", openGraph: { - title: "Paws & Hearts Animal Shelter", description: "Giving animals a second chance at a forever home.", siteName: "Paws & Hearts", type: "website"}, + title: "Golden Paws Shelter | Rescue & Adoption", description: "Find your new best friend at Golden Paws Shelter. We rescue, rehabilitate, and rehome pets in need. Browse available dogs and cats for adoption today.", openGraph: { + title: "Golden Paws Animal Shelter", description: "Giving animals a second chance at a forever home.", siteName: "Golden Paws", type: "website" + }, }; export default function RootLayout({ @@ -1247,4 +1248,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}