Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-07 13:36:54 +00:00

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: "See More Reviews", href: "https://google.com" }
{ text: "Read Real Client Stories", href: "https://google.com" }
]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
@@ -210,4 +210,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}