diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ec5055..c6ca299 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,38 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Paws Haven - Pet Adoption & Animal Rescue", - description: "Find your perfect companion at Paws Haven. We rescue, rehabilitate, and rehome animals. Browse available pets and start your adoption journey today.", - keywords: "pet adoption, animal shelter, rescue animals, adopt dogs, adopt cats, pet rescue", - metadataBase: new URL("https://pawshaven.com"), + title: "Paws Haven - Pet Adoption & Animal Rescue", description: "Find your perfect companion at Paws Haven. We rescue, rehabilitate, and rehome animals. Browse available pets and start your adoption journey today.", keywords: "pet adoption, animal shelter, rescue animals, adopt dogs, adopt cats, pet rescue", metadataBase: new URL("https://pawshaven.com"), alternates: { canonical: "https://pawshaven.com" }, openGraph: { - title: "Paws Haven - Pet Adoption", - description: "Find your perfect companion. Browse available pets and adopt today.", - siteName: "Paws Haven", - type: "website", - images: [{ - url: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", - alt: "Happy family with adopted pets" + title: "Paws Haven - Pet Adoption", description: "Find your perfect companion. Browse available pets and adopt today.", siteName: "Paws Haven", type: "website", images: [{ + url: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", alt: "Happy family with adopted pets" }] }, twitter: { - card: "summary_large_image", - title: "Paws Haven - Pet Adoption", - description: "Find your perfect companion and start your adoption journey.", - images: ["https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg"] + card: "summary_large_image", title: "Paws Haven - Pet Adoption", description: "Find your perfect companion and start your adoption journey.", images: ["https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg"] }, robots: "index, follow" }; diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe1d3d..6ab349e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Heart, Paw, Sparkles, HeartHandshake, BarChart3, PawPrint, Home, Users, Mail } from "lucide-react"; +import { Heart, PawPrint, Sparkles, HeartHandshake, BarChart3, Home, Users, Mail } from "lucide-react"; export default function HomePage() { return ( @@ -37,8 +37,7 @@ export default function HomePage() { { name: "Donate", id: "donate" } ]} button={{ - text: "Adopt Today", - href: "#pets" + text: "Adopt Today", href: "#pets" }} /> @@ -52,12 +51,10 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", - imageAlt: "Happy family with adopted pets" + imageSrc: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", imageAlt: "Happy family with adopted pets" }, { - imageSrc: "https://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg", - imageAlt: "Dedicated shelter staff caring for animals" + imageSrc: "https://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg", imageAlt: "Dedicated shelter staff caring for animals" } ]} rating={5} @@ -73,7 +70,7 @@ export default function HomePage() {