3 Commits

Author SHA1 Message Date
27db33959b Merge version_2 into main
Merge version_2 into main
2026-05-13 14:13:37 +00:00
3e6eb6bd99 Update src/app/page.tsx 2026-05-13 14:13:33 +00:00
aabdc3574c Merge version_1 into main
Merge version_1 into main
2026-05-13 14:12:23 +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>
);
}
}