Update src/app/page.tsx

This commit is contained in:
2026-05-27 21:06:34 +00:00
parent 828cae060d
commit 026c0f410a

View File

@@ -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" }]
}
/>
</div>