diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fa7633..0677e68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Are pets allowed?", content: "Yes, we have dedicated pet-friendly apartment layouts." }, + { id: "q1", title: "Are pets allowed?", content: "Yes, we are pet-friendly. A $150 non-refundable cleaning fee and a $200 security deposit are required for all stays with pets." }, { id: "q2", title: "Is on-base security provided?", content: "Security is integrated within our Fort Carson perimeter." }, { id: "q3", title: "Can I request early check-in?", content: "Subject to availability, we prioritize early check-in for active PCS families." }, ]}