Update src/app/page.tsx

This commit is contained in:
2026-05-27 21:13:14 +00:00
parent 0fffe4cb31
commit 4d23e5d404

View File

@@ -153,7 +153,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: "Contact Us", href: "#contact" }]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
useInvertedBackground={false}
@@ -260,4 +260,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}