diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6d6b0ed..227d5aa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -150,16 +150,16 @@ export default function LandingPage() {
sideDescription="Get answers to common questions about our laundry service, delivery, pricing, and more."
faqs={[
{
- id: "1", title: "How do I place an order?", content: "Simply call us at +91 98498 43974, WhatsApp us, or fill our online pickup form. Tell us your address, preferred pickup time, and service type. We'll handle the rest!"
+ id: "1", title: "Do you offer same-day delivery?", content: "Yes! Express service with same-day delivery is available for orders placed before 10 AM. Additional charges apply for express service."
},
{
- id: "2", title: "What areas do you serve?", content: "We serve Tirupati and nearby areas including Srinivasa Nagar, Ramchandra Nagar, KT Road, and surrounding localities. Contact us to confirm if we service your area."
+ id: "2", title: "How do I place an order?", content: "Simply call us at +91 98498 43974, WhatsApp us, or fill our online pickup form. Tell us your address, preferred pickup time, and service type. We'll handle the rest!"
},
{
- id: "3", title: "How long does laundry take?", content: "Regular service: 2-3 days. Express service: 24 hours. Bulk orders: 3-5 days depending on quantity. We always deliver on time."
+ id: "3", title: "What areas do you serve?", content: "We serve Tirupati and nearby areas including Srinivasa Nagar, Ramchandra Nagar, KT Road, and surrounding localities. Contact us to confirm if we service your area."
},
{
- id: "4", title: "Do you offer same-day delivery?", content: "Yes! Express service with same-day delivery is available for orders placed before 10 AM. Additional charges apply for express service."
+ id: "4", title: "How long does laundry take?", content: "Regular service: 2-3 days. Express service: 24 hours. Bulk orders: 3-5 days depending on quantity. We always deliver on time."
},
{
id: "5", title: "What about delicate fabrics?", content: "Our hand wash method is perfect for delicate, premium, and woolen garments. We use gentle care to ensure your clothes remain pristine."
@@ -231,4 +231,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}