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
+}
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
+}
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({