4 Commits

Author SHA1 Message Date
591d2795bf Update src/app/page.tsx 2026-04-02 01:33:00 +00:00
0877f9cf4c Merge version_6 into main
Merge version_6 into main
2026-04-02 00:55:03 +00:00
45ff4c4477 Update src/app/page.tsx 2026-04-02 00:55:00 +00:00
3f491136de Merge version_5 into main
Merge version_5 into main
2026-04-02 00:54:11 +00:00

View File

@@ -78,6 +78,8 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
tag="Hillsborough's Choice"
tagIcon={Star}
title="Trusted by Hillsborough Neighbors" title="Trusted by Hillsborough Neighbors"
description="See why homeowners trust Five Star Lawn Maintenance." description="See why homeowners trust Five Star Lawn Maintenance."
testimonials={[ testimonials={[
@@ -110,7 +112,7 @@ export default function LandingPage() {
]} ]}
ctaTitle="Ready for a Five Star Lawn?" ctaTitle="Ready for a Five Star Lawn?"
ctaDescription="Get your custom estimate today by calling or messaging us." ctaDescription="Get your custom estimate today by calling or messaging us."
ctaButton={{ text: "Call Now", href: "tel:+19083596432" }} ctaButton={{ text: "Get Your Free Estimate", href: "tel:+19083596432" }}
ctaIcon={Phone} ctaIcon={Phone}
/> />
</div> </div>