Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa4d6773ff | |||
| 2c587fda66 | |||
| 6aec36ac4d | |||
| 6dcc3877ad | |||
| c367c0d480 | |||
| ec29c9d622 | |||
| aa51181200 | |||
| cdd7b0b259 |
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
logoText="ARK'S ROTAREA"
|
logoText="ARK'S ROTAREA"
|
||||||
description="Transform your yard with expert aeration, overseeding, and irrigation services from a trusted local professional."
|
description="Transform your yard with expert aeration, overseeding, and irrigation services from a trusted local professional."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+1234567890" },
|
{ text: "Get Free Estimate", href: "tel:+1234567890" },
|
||||||
{ text: "Request Free Estimate", href: "#contact" }
|
{ text: "Request Free Estimate", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
|||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Ready for a Healthier Lawn?"
|
ctaTitle="Ready for a Healthier Lawn?"
|
||||||
ctaDescription="Get a free estimate today and see why homeowners trust Ark's Rotarea for professional lawn care."
|
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}
|
ctaIcon={Phone}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user