From e19a6fd35983dd6066360ce6a5bb950136a8711f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 04:14:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a7fe05..1a7ce5f 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." }, ]}