Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-12 23:05:25 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}