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 +}