Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 16:14:40 +00:00

View File

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