diff --git a/src/app/page.tsx b/src/app/page.tsx index 55acdea..e4f326a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,6 +181,7 @@ export default function LandingPage() { { id: "f1", title: "Are your cleaners insured?", content: "Yes, all our staff are fully bonded and insured for your peace of mind." }, { id: "f2", title: "Do you bring your own supplies?", content: "Yes, we bring premium eco-friendly supplies to every job." }, { id: "f3", title: "Can I schedule recurring cleans?", content: "Absolutely, we offer weekly, bi-weekly, and monthly plans." }, + { id: "f4", title: "Do you offer a satisfaction guarantee?", content: "Yes! If you're not completely satisfied with our service, we'll return within 24 hours to re-clean any area for free." } ]} title="Common Questions" description="Here is what you need to know." @@ -216,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file