8 Commits

Author SHA1 Message Date
aa4d6773ff Merge version_3 into main
Merge version_3 into main
2026-03-08 01:25:04 +00:00
2c587fda66 Update src/app/page.tsx 2026-03-08 01:25:00 +00:00
6aec36ac4d Merge version_2 into main
Merge version_2 into main
2026-03-08 01:23:15 +00:00
6dcc3877ad Update src/app/page.tsx 2026-03-08 01:23:11 +00:00
c367c0d480 Update src/app/layout.tsx 2026-03-08 01:23:10 +00:00
ec29c9d622 Merge version_1 into main
Merge version_1 into main
2026-03-08 01:20:54 +00:00
aa51181200 Merge version_1 into main
Merge version_1 into main
2026-03-08 01:20:14 +00:00
cdd7b0b259 Merge version_1 into main
Merge version_1 into main
2026-03-08 01:19:04 +00:00
2 changed files with 9 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="ARK'S ROTAREA"
description="Transform your yard with expert aeration, overseeding, and irrigation services from a trusted local professional."
buttons={[
{ text: "Call Now", href: "tel:+1234567890" },
{ text: "Get Free Estimate", href: "tel:+1234567890" },
{ text: "Request Free Estimate", href: "#contact" }
]}
slides={[
@@ -203,7 +203,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Ready for a Healthier Lawn?"
ctaDescription="Get a free estimate today and see why homeowners trust Ark's Rotarea for professional lawn care."
ctaButton={{ text: "Call Now or Request Estimate", href: "#" }}
ctaButton={{ text: "Call Now or Request Estimate", href: "tel:+1234567890" }}
ctaIcon={Phone}
useInvertedBackground={true}
animationType="slide-up"