From 7ea9a532b167cbef07458d5c2e8d686106602c79 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 16:42:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 854ba70..4202935 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,6 +164,10 @@ export default function LandingPage() { id: "q2", title: "Are your detergents safe?", content: "Yes, we use eco-friendly products safe for children and pets."}, { id: "q3", title: "How often should I clean my sofa?", content: "We recommend every 6-12 months for optimal hygiene."}, + { + id: "q4", title: "How does the booking process work?", content: "Simply contact us via phone or email to schedule an appointment. We will confirm your slot within a few hours."}, + { + id: "q5", title: "What areas do you serve?", content: "We provide comprehensive cleaning services throughout Yerevan and surrounding districts."}, ]} title="Frequently Asked Questions" description="Common questions about our cleaning processes and scheduling." -- 2.49.1