Merge version_4 into main #4

Merged
bender merged 2 commits from version_4 into main 2026-03-04 07:16:07 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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 <strong>+91 98498 43974</strong>, 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 <strong>+91 98498 43974</strong>, 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() {
</div>
</ThemeProvider>
);
}
}