From 6849d9a9acb05223751685c8a0684b94e847bbfc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:12:34 +0000 Subject: [PATCH 1/6] Update src/app/adopt/page.tsx --- src/app/adopt/page.tsx | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/app/adopt/page.tsx b/src/app/adopt/page.tsx index 9dbe30c..4a1acbd 100644 --- a/src/app/adopt/page.tsx +++ b/src/app/adopt/page.tsx @@ -2,12 +2,12 @@ import React from "react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { PawPrint, HelpCircle, Star } from "lucide-react"; +import { PawPrint, HelpCircle, Star, MapPin } from "lucide-react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FaqBase from '@/components/sections/faq/FaqBase'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function AdoptPage() { @@ -38,7 +38,7 @@ export default function AdoptPage() { headingFontWeight="bold" >
@@ -61,19 +61,18 @@ export default function AdoptPage() {
-
@@ -93,8 +92,8 @@ export default function AdoptPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 997336b4a3ab9272c7df41460620995086982b76 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:12:35 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2df77b1..ef72656 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,6 @@ import { MapPin, HelpCircle, Heart } from "lucide-react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FaqBase from '@/components/sections/faq/FaqBase'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -38,7 +37,7 @@ export default function ContactPage() { headingFontWeight="bold" >
@@ -58,25 +57,24 @@ export default function ContactPage() {
-
); -} \ No newline at end of file +} -- 2.49.1 From f2d0496faf03ee35e8ed8a88fb0df3615ec8a327 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:12:36 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9068caa..4ae8932 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} -- 2.49.1 From a92ce5a7238959a3bd61e50cc8ccea77d32e1e2e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:12:37 +0000 Subject: [PATCH 4/6] Update src/app/mission/page.tsx --- src/app/mission/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/mission/page.tsx b/src/app/mission/page.tsx index 1d71e87..5f32af4 100644 --- a/src/app/mission/page.tsx +++ b/src/app/mission/page.tsx @@ -38,13 +38,13 @@ export default function MissionPage() { headingFontWeight="bold" >
); -} \ No newline at end of file +} -- 2.49.1 From 7fab3064ec09ae84d706e7bec49213afd095b132 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:12:38 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07a7d3a..7fcb735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function HomePage() { >