Update src/app/layout.tsx

This commit is contained in:
2026-02-13 11:59:32 +00:00
parent 0299e96634
commit e0bebd5ad5

View File

@@ -5,20 +5,13 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const roboto = Roboto({
variable: "--font-roboto",
subsets: ["latin"],
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
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: "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"},
};
export default function RootLayout({