5 Commits

Author SHA1 Message Date
10bddabfd3 Merge version_4 into main
Merge version_4 into main
2026-05-30 14:02:10 +00:00
3a5b2b045c Update src/app/page.tsx 2026-05-30 14:02:04 +00:00
e43801dc28 Merge version_2 into main
Merge version_2 into main
2026-05-30 13:58:17 +00:00
0597a75f48 Update src/app/page.tsx 2026-05-30 13:58:14 +00:00
ca95a74246 Merge version_1 into main
Merge version_1 into main
2026-05-30 13:54:23 +00:00

View File

@@ -34,10 +34,14 @@ export default function LandingPage() {
navItems={[
{
name: "Home", id: "#home"},
{
name: "About Us", id: "#about"},
{
name: "Services", id: "#services"},
{
name: "About Us", id: "#about"},
name: "Metrics", id: "#metrics"},
{
name: "Pricing", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -221,13 +225,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 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}