Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:58:14 +00:00
parent ca95a74246
commit 0597a75f48

View File

@@ -221,13 +221,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How do I schedule a service?", content: "You can easily schedule a service by calling us directly at +919876543210, or by filling out the contact form on our website. Our team will get back to you promptly to confirm your appointment."},
id: "1", title: "How do I schedule a service?", content: "Schedule by calling us at +919876543210 or filling out our website contact form. We'll confirm your appointment promptly."},
{
id: "2", title: "What areas do you serve?", content: "We proudly serve all areas of Gurugram, including Urban Estate, Sector 4, and surrounding neighborhoods. Contact us to confirm service availability in your specific location."},
id: "2", title: "What areas do you serve?", content: "We serve all areas of Gurugram, including Urban Estate, Sector 4, and surrounding neighborhoods. Contact us to confirm availability."},
{
id: "3", title: "Do you offer emergency plumbing services?", content: "Yes, we offer 24/7 emergency plumbing services for urgent issues like burst pipes, major leaks, and overflowing toilets. Call us anytime for immediate assistance."},
id: "3", title: "Do you offer emergency plumbing services?", content: "Yes, we offer 24/7 emergency services for urgent issues like burst pipes and major leaks. Call anytime for immediate assistance."},
{
id: "4", title: "What are your payment options?", content: "We accept various payment methods including cash, UPI, and major credit/debit cards. Payment is typically collected upon completion of the service."},
id: "4", title: "What are your payment options?", content: "We accept cash, UPI, and major credit/debit cards. Payment is collected upon service completion."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common inquiries about our plumbing services, scheduling, and billing."
@@ -280,4 +280,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}