Switch to version 4: modified src/app/page.tsx

This commit is contained in:
2026-05-07 13:41:34 +00:00
parent d1ffc8d6ee
commit c1ecfe21ec

View File

@@ -161,7 +161,7 @@ export default function LandscapingPage() {
cardTitle="Trusted to transform outdoor spaces one garden at a time."
buttons={[
{ text: "Get a Quote", href: "/contact" },
{ text: "Read Real Client Stories", href: "https://google.com" }
{ text: "See More Reviews", href: "https://google.com" }
]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
@@ -210,4 +210,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}