Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8528720ab1 | |||
| 7c846168c4 | |||
| 23d175b588 |
@@ -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}
|
||||
@@ -195,7 +198,7 @@ export default function LandscapingPage() {
|
||||
|
||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||
<ContactSplitForm
|
||||
title="Ready for a Transformation?"
|
||||
title="Get Your Free Garden Design Consultation"
|
||||
description="Schedule your consultation with our expert landscaping team today."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
|
||||
Reference in New Issue
Block a user