diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e5d085..619a7e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,6 +144,7 @@ export default function LandingPage() { { id: "q1", title: "Are cleaning supplies provided?", content: "Yes, we bring our own high-quality, eco-friendly supplies." }, { id: "q2", title: "Do I need to be home?", content: "Not at all, we offer secure key access for your convenience." }, { id: "q3", title: "Can I cancel my booking?", content: "Yes, cancel up to 24 hours before your appointment for a full refund." }, + { id: "q4", title: "Is your service pet-friendly?", content: "Absolutely. Our cleaners are trained to work safely and comfortably around pets, and we take extra care to ensure your furry friends are secure during our visit." } ]} sideTitle="Commonly Asked Questions" sideDescription="Need more info? We are here to help." @@ -172,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file