From 026c0f410a9f7cea41319a98791a6062c433696a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 21:06:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3055f55..3d62663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandscapingPage() { { name: "Electrical", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Call Now", href: "tel:5551234567" }} /> @@ -152,7 +152,7 @@ export default function LandscapingPage() { cardTag="Hear From Our Happy Customers" cardTagIcon={Sparkles} cardTitle="Join hundreds of satisfied homeowners who trust Village Plumbing, Air & Electric for their home needs." - buttons={[{ text: "Read All Reviews", href: "#contact" }]} + buttons={[{ text: "Read All Reviews", href: "#contact" }]} buttonAnimation="slide-up" cardAnimation="slide-up" useInvertedBackground={false} @@ -175,7 +175,7 @@ export default function LandscapingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What services does Village Plumbing, Air & Electric offer?", content: "We offer comprehensive plumbing services (repairs, installations, water heaters, sewer lines), HVAC services (AC & heating repair, installation, maintenance), and electrical services (wiring, panel upgrades, lighting, safety inspections). Grossed"}, + id: "1", title: "What services does Village Plumbing, Air & Electric offer?", content: "We offer comprehensive plumbing services (repairs, installations, water heaters, sewer lines), HVAC services (AC & heating repair, installation, maintenance), and electrical services (wiring, panel upgrades, lighting, safety inspections)."}, { id: "2", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, bonded, and insured, ensuring professional and safe service for your home or business."}, { @@ -187,6 +187,8 @@ export default function LandscapingPage() { { id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and offer flexible financing options for larger projects. Contact us for more details."}, ]} + buttons={[{ text: "Contact Us", href: "#contact" }] + } /> -- 2.49.1