Update src/app/layout.tsx

This commit is contained in:
2026-02-13 12:12:36 +00:00
parent 997336b4a3
commit f2d0496faf

View File

@@ -10,8 +10,9 @@ const roboto = Roboto({
}); });
export const metadata: Metadata = { 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: "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: "Paws & Hearts Animal Shelter", description: "Giving animals a second chance at a forever home.", siteName: "Paws & Hearts", type: "website"}, title: "Golden Paws Animal Shelter", description: "Giving animals a second chance at a forever home.", siteName: "Golden Paws", type: "website"
},
}; };
export default function RootLayout({ export default function RootLayout({
@@ -1247,4 +1248,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }