19 Commits

Author SHA1 Message Date
e18fbd6d08 Merge version_7_1782936651674 into main
Merge version_7_1782936651674 into main
2026-07-01 20:11:11 +00:00
afdc783cb9 Update src/app/page.tsx 2026-07-01 20:11:05 +00:00
99c3394cd7 Merge version_6_1782936436075 into main
Merge version_6_1782936436075 into main
2026-07-01 20:07:19 +00:00
7158dc1482 Update src/app/page.tsx 2026-07-01 20:07:16 +00:00
282aafa87d Merge version_5_1782936380946 into main
Merge version_5_1782936380946 into main
2026-07-01 20:06:24 +00:00
18f5324381 Update src/app/page.tsx 2026-07-01 20:06:21 +00:00
b10af763ee Merge version_4_1782936344975 into main
Merge version_4_1782936344975 into main
2026-07-01 20:05:48 +00:00
ed86d91750 Update src/app/page.tsx 2026-07-01 20:05:45 +00:00
8e808d17d6 Merge version_3_1782935403455 into main
Merge version_3_1782935403455 into main
2026-07-01 19:50:27 +00:00
b903388e1c Update src/app/page.tsx 2026-07-01 19:50:24 +00:00
90f351b15f Merge version_3_1782935403455 into main
Merge version_3_1782935403455 into main
2026-07-01 19:50:23 +00:00
b6d31fc040 Update src/app/page.tsx 2026-07-01 19:50:17 +00:00
66c1116198 Merge version_2_1782935247207 into main
Merge version_2_1782935247207 into main
2026-07-01 19:47:30 +00:00
00fe4ac025 Merge version_1 into main
Merge version_1 into main
2026-07-01 19:41:21 +00:00
573f229a56 Switch to version 1: modified src/app/page.tsx 2026-06-21 15:24:18 +00:00
6278a3f7cb Switch to version 2: modified src/app/page.tsx 2026-06-21 15:24:12 +00:00
6c39f52a5b Switch to version 1: modified src/app/page.tsx 2026-06-21 15:21:59 +00:00
a4c5504443 Merge version_2_1782055276881 into main
Merge version_2_1782055276881 into main
2026-06-21 15:21:30 +00:00
cfcd770264 Update src/app/page.tsx 2026-06-21 15:21:27 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandscapingPage() {
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Call Now", href: "tel:13215551234" }} button={{ text: "Call Now", href: "tel:5207308955" }}
/> />
</div> </div>
@@ -50,21 +50,21 @@ export default function LandscapingPage() {
title="Professional Lawn Care" title="Professional Lawn Care"
description="We handle mowing, edging, and seasonal care so your lawn stays healthy year-round. Reliable service every week in Brevard County, FL." description="We handle mowing, edging, and seasonal care so your lawn stays healthy year-round. Reliable service every week in Brevard County, FL."
buttons={[ buttons={[
{ text: "Call Now", href: "tel:13215551234" } { text: "Call Now", href: "tel:5207308955" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/walkway-summer-park-with-palm-trees-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18717.jpg" imageSrc="https://images.pexels.com/photos/7227912/pexels-photo-7227912.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=7227912"
imageAlt="Perfectly manicured lawn in Brevard County, Florida" imageAlt="Perfectly manicured lawn in Brevard County, Florida"
showDimOverlay={true} showDimOverlay={true}
textPosition="top" textPosition="top"
testimonials={[ testimonials={[
{ {
name: "Sarah M.", handle: "Homeowner, Melbourne FL", testimonial: "Coastal Lawn Care transformed our property. Always on time, always perfect, and our lawn has never looked better!", rating: 5, name: "Sarah M.", handle: "Homeowner, Melbourne FL", testimonial: "Coastal Lawn Care transformed our property. Always on time, always perfect, and our lawn has never looked better!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg", imageAlt: "Sarah M." imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg?_wi=1", imageAlt: "Sarah M."
}, },
{ {
name: "David K.", handle: "Property Manager, Palm Bay FL", testimonial: "Coastal Lawn Care provides dependable service for all our rental properties. Their professionalism and consistency make my job so much easier.", rating: 5, name: "David K.", handle: "Property Manager, Palm Bay FL", testimonial: "Coastal Lawn Care provides dependable service for all our rental properties. Their professionalism and consistency make my job so much easier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg", imageAlt: "David K." imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg?_wi=2", imageAlt: "David K."
} }
]} ]}
/> />
@@ -107,7 +107,7 @@ export default function LandscapingPage() {
tag: "Seasonal", title: "Seasonal Cleanups & Pruning", subtitle: "Year-Round Readiness", description: "Prepare your lawn for changing seasons with debris removal, shrub pruning, and essential landscape adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/spray-bottle-near-bag-with-gardening-tools_23-2147714846.jpg", imageAlt: "Gardener pruning shrubs" tag: "Seasonal", title: "Seasonal Cleanups & Pruning", subtitle: "Year-Round Readiness", description: "Prepare your lawn for changing seasons with debris removal, shrub pruning, and essential landscape adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/spray-bottle-near-bag-with-gardening-tools_23-2147714846.jpg", imageAlt: "Gardener pruning shrubs"
}, },
{ {
tag: "Commercial", title: "Property Management Solutions", subtitle: "Reliable Vendor Partner", description: "Customized, predictable lawn care plans for multi-unit residential properties, ensuring consistent quality and minimal hassle.", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Apartment complex with well-maintained landscaping" tag: "Commercial", title: "Property Management Solutions", subtitle: "Reliable Vendor Partner", description: "Customized, predictable lawn care plans for multi-unit residential properties, ensuring consistent quality and minimal hassle.", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=1", imageAlt: "Apartment complex with well-maintained landscaping"
} }
]} ]}
/> />
@@ -123,7 +123,7 @@ export default function LandscapingPage() {
animationType="slide-up" animationType="slide-up"
members={[ members={[
{ {
id: "1", name: "Reliability You Can Trust", role: "Consistent service schedule, every week, rain or shine. We show up.", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Professional lawn care team with equipment" id: "1", name: "Reliability You Can Trust", role: "Consistent service schedule, every week, rain or shine. We show up.", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2", imageAlt: "Professional lawn care team with equipment"
}, },
{ {
id: "2", name: "Transparent, Predictable Pricing", role: "No hidden fees, clear monthly costs. Budget with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/school-supplies-arrangement-table_23-2148939158.jpg", imageAlt: "Calculator on a desk with financial documents" id: "2", name: "Transparent, Predictable Pricing", role: "No hidden fees, clear monthly costs. Budget with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/school-supplies-arrangement-table_23-2148939158.jpg", imageAlt: "Calculator on a desk with financial documents"
@@ -169,16 +169,16 @@ export default function LandscapingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "Happy customer Sarah P." id: "1", name: "Sarah P."
}, },
{ {
id: "2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", imageAlt: "Happy customer Michael L." id: "2", name: "Michael L."
}, },
{ {
id: "3", name: "Jessica B.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", imageAlt: "Happy customer Jessica B." id: "3", name: "Jessica B."
}, },
{ {
id: "4", name: "Robert G.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-book-close-up_23-2148973429.jpg", imageAlt: "Happy customer Robert G." id: "4", name: "Robert G."
} }
]} ]}
/> />
@@ -230,7 +230,7 @@ export default function LandscapingPage() {
</div> </div>
<ContactSplitForm <ContactSplitForm
title="Request a Free Quote" title="Request a Free Quote"
description="Get started with professional lawn care today! Fill out the form below or call us directly at (321) 555-1234." description="Get started with professional lawn care today! Fill out the form below or call us directly at (520) 730-8955."
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="none" mediaAnimation="none"
buttonText="Get My Free Quote" buttonText="Get My Free Quote"
@@ -271,7 +271,7 @@ export default function LandscapingPage() {
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ label: "(321) 555-1234", href: "tel:13215551234" }, { label: "(520) 730-8955", href: "tel:5207308955" },
{ label: "info@coastallawncarefl.com", href: "mailto:info@coastallawncarefl.com" }, { label: "info@coastallawncarefl.com", href: "mailto:info@coastallawncarefl.com" },
{ label: "Brevard County, FL" } { label: "Brevard County, FL" }
] ]