9 Commits

Author SHA1 Message Date
b903388e1c Update src/app/page.tsx 2026-07-01 19:50:24 +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: "Contact", id: "contact" }
]}
button={{ text: "Call Now", href: "tel:13215551234" }}
button={{ text: "Call Now", href: "tel:5207308955" }}
/>
</div>
@@ -50,7 +50,7 @@ export default function LandscapingPage() {
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."
buttons={[
{ text: "Call Now", href: "tel:13215551234" }
{ text: "Call Now", href: "tel:5207308955" }
]}
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"
@@ -60,11 +60,11 @@ export default function LandscapingPage() {
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,
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,
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: "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"
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"
@@ -230,7 +230,7 @@ export default function LandscapingPage() {
</div>
<ContactSplitForm
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}
mediaAnimation="none"
buttonText="Get My Free Quote"
@@ -271,7 +271,7 @@ export default function LandscapingPage() {
},
{
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: "Brevard County, FL" }
]