Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 574c843196 | |||
| c7e3522c4e | |||
| ada62c0aed | |||
| c1c89dbb93 | |||
| adcae9e3fd | |||
| c6d347f820 | |||
| bd06587306 | |||
| 56e76e18eb | |||
| b58f000925 |
1373
src/app/layout.tsx
1373
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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={[
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Why Choose Madhurya Laundry? Experience hygiene, reliability, and care that feels like home washing."
|
||||
title="Why 500+ Families Trust Us"
|
||||
metrics={[
|
||||
{ icon: Heart, label: "Care Like Home Wash", value: "Hand-crafted" },
|
||||
{ icon: Zap, label: "Fast Turnaround", value: "24hrs" },
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user