From c66064423589777f4f682a7d906e288bef5c79f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:41:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3404b1..41ab8a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,8 +73,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "f1", title: "How do I apply?", content: "Fill out our online form and we will review it within 48 hours." }, - { id: "f2", title: "What kinds of animals can I bring ", content: "Fees are non-refundable as they cover essential medical care." }, - { id: "f3", title: "Can I return the pet?", content: "We have a lifelong return policy, we always take them back." }, + { id: "f2", title: "What kinds of animals do we accept?", content: "We accept dogs, cats, and small animals such as rabbits and guinea pigs." }, ]} title="Common Questions" description="Information about our process." -- 2.49.1