Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-07 01:26:13 +00:00

View File

@@ -159,7 +159,10 @@ export default function LandscapingPage() {
<TestimonialCardTwelve
cardTag="Our Reputation"
cardTitle="Trusted to transform outdoor spaces one garden at a time."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttons={[
{ text: "Get a Quote", href: "#contact" },
{ text: "See More Reviews", href: "https://google.com" }
]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
useInvertedBackground={false}
@@ -224,4 +227,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}