Merge version_2 into main #2

Merged
bender merged 6 commits from version_2 into main 2026-02-13 12:12:43 +00:00
Showing only changes of commit f2d0496faf - Show all commits

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}