Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-13 14:13:37 +00:00

View File

@@ -132,7 +132,7 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "How long is the adoption process?", content: "Typically 3-5 days including home visits and paperwork." },
{ id: "f1", title: "How long is the adoption process?", content: "Our process is simple: application, quick home visit, and transition support within 3-5 days" },
{ id: "f2", title: "What vaccinations are included?", content: "All pets are microchipped and vaccinated prior to adoption." },
{ id: "f3", title: "Can I foster before I adopt?", content: "Yes, we encourage foster-to-adopt programs for suitable pets." }
]}
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}