From ba5e5ebcb7093d67a02352fff3afb9a60642a6ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:23:20 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f499e27..abb3c48 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,12 @@ const roboto = Roboto({ }); export const metadata: Metadata = { - 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" + 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" }, }; @@ -1248,4 +1252,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}