3 Commits

Author SHA1 Message Date
8528720ab1 Update src/app/page.tsx 2026-05-07 01:28:20 +00:00
7c846168c4 Merge version_2 into main
Merge version_2 into main
2026-05-07 01:26:13 +00:00
23d175b588 Update src/app/page.tsx 2026-05-07 01:26:10 +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}
@@ -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"