diff --git a/src/app/adopt/page.tsx b/src/app/adopt/page.tsx index 48fbdfd..9a980b8 100644 --- a/src/app/adopt/page.tsx +++ b/src/app/adopt/page.tsx @@ -27,12 +27,13 @@ export default function AdoptPage() { { title: "About", items: [ { label: "Our Mission", href: "/about" }, - { label: "Success Stories", href: "/about" }, + { label: "Success Stories", href: "/#testimonials" }, + { label: "Team", href: "#" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "/adopt" }, + { label: "FAQ", href: "/adopt#faq" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, ], @@ -55,7 +56,7 @@ export default function AdoptPage() {
@@ -75,9 +76,6 @@ export default function AdoptPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - className="py-20 md:py-32" - textBoxTitleClassName="text-3xl md:text-5xl font-light" - textBoxDescriptionClassName="text-lg md:text-xl" /> @@ -95,26 +93,20 @@ export default function AdoptPage() { faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - className="py-20 md:py-32" - textBoxTitleClassName="text-3xl md:text-5xl font-light" - textBoxDescriptionClassName="text-lg md:text-xl" />