5 Commits

Author SHA1 Message Date
c7e3522c4e Update src/app/page.tsx 2026-03-04 07:21:08 +00:00
ada62c0aed Update src/app/layout.tsx 2026-03-04 07:21:07 +00:00
adcae9e3fd Update src/app/page.tsx 2026-03-04 07:16:02 +00:00
c6d347f820 Update src/app/layout.tsx 2026-03-04 07:16:02 +00:00
bd06587306 Merge version_3 into main
Merge version_3 into main
2026-03-04 07:13:04 +00:00
2 changed files with 1376 additions and 9 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
description="Hand wash care. Modern ironing. On-time delivery. Trusted by 500+ local families for perfect, hygienic laundry service."
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/man-holding-pile-clean-clothes_23-2149117027.jpg", alt: "Clean folded laundry" }
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATEGSDHqvLGRd9UZ1xrVwEYu3g/uploaded-1772608837636-5j5uktbc.jpg", alt: "Clean folded laundry" }
]}
avatarText="⭐ 4.3 Google Rating | 📍 Serving Tirupati | ⏰ Open Until 8:30 PM"
buttons={[
@@ -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>
);
}
}