From c6d347f820cccf36db033a0f03438117cfbdbb49 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:16:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f08c82e..c0a357d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From adcae9e3fdded3f5a88d831a2dcdc624fef14fed Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:16:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +} -- 2.49.1