From 5f4c1fdf7e84aa0dd3e858fc8da7abe81e122f7c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 14:32:31 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d137163..0881084 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const interTight = Inter_Tight({ - variable: "--font-inter-tight", - subsets: ["latin"], + variable: "--font-inter-tight", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Paws Haven | Pet Adoption & Animal Shelter", - description: "Find your perfect pet companion at Paws Haven. Browse adoptable dogs, cats, and more. Discover loving homes for rescue animals with our compassionate adoption process.", - keywords: "pet adoption, animal shelter, rescue dogs, rescue cats, adopt a pet, animal rescue", - robots: { + title: "Paws Haven | Pet Adoption & Animal Shelter", description: "Find your perfect pet companion at Paws Haven. Browse adoptable dogs, cats, and more. Discover loving homes for rescue animals with our compassionate adoption process.", keywords: "pet adoption, animal shelter, rescue dogs, rescue cats, adopt a pet, animal rescue", robots: { index: true, follow: true, }, openGraph: { - title: "Paws Haven | Adopt Your Perfect Pet", - description: "Give a loving pet a second chance. Browse available animals and start your adoption journey with Paws Haven.", - type: "website", - siteName: "Paws Haven", - images: [ + title: "Paws Haven | Adopt Your Perfect Pet", description: "Give a loving pet a second chance. Browse available animals and start your adoption journey with Paws Haven.", type: "website", siteName: "Paws Haven", images: [ { - url: "https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg", - alt: "Happy family with adopted pet", - }, + url: "https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg", alt: "Happy family with adopted pet"}, ], }, twitter: { - card: "summary_large_image", - title: "Paws Haven | Adopt Your Perfect Pet", - description: "Give a loving pet a second chance. Browse available animals at Paws Haven.", - images: ["https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg"], + card: "summary_large_image", title: "Paws Haven | Adopt Your Perfect Pet", description: "Give a loving pet a second chance. Browse available animals at Paws Haven.", images: ["https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg"], }, };