Update src/app/page.tsx

This commit is contained in:
2026-05-07 01:26:10 +00:00
parent 4fdf2b89cb
commit 23d175b588

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>
);
}
}