Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user