2 Commits

Author SHA1 Message Date
1fd496e241 Update src/app/page.tsx 2026-04-17 16:14:37 +00:00
fbfb933d60 Merge version_1 into main
Merge version_1 into main
2026-04-17 16:12:07 +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>
);
}
}