diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 66ea333..9068caa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({