Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 21:03:47 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandscapingPage() {
tag="Local Lawn Care Experts" tag="Local Lawn Care Experts"
tagIcon={Leaf} tagIcon={Leaf}
title="Forest Hills Lawn Care" title="Forest Hills Lawn Care"
description="Veteran-owned and operated lawn maintenance services dedicated to keeping our neighborhood beautiful. Reliable, professional, and precise." description="Professional lawn maintenance services dedicated to keeping our neighborhood beautiful. Reliable, professional, and precise."
buttons={[ buttons={[
{ text: "Request Quote", href: "#contact" }, { text: "Request Quote", href: "#contact" },
{ text: "View Services", href: "#services" }, { text: "View Services", href: "#services" },
@@ -60,7 +60,7 @@ export default function LandscapingPage() {
textPosition="top" textPosition="top"
testimonials={[ testimonials={[
{ {
name: "Mark T.", handle: "Forest Hills Resident", testimonial: "Supportive of our local veterans and they do an incredible job on my yard. Highly recommend!", rating: 5, name: "Mark T.", handle: "Forest Hills Resident", testimonial: "They do an incredible job on my yard. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg" imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg"
}, },
{ {
@@ -73,11 +73,11 @@ export default function LandscapingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <TestimonialAboutCard
tag="Veteran Operated" tag="Professional Service"
tagIcon={Leaf} tagIcon={Leaf}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Proudly serving Forest Hills with discipline and precision." title="Proudly serving Forest Hills with discipline and precision."
description="Founded by local veterans, Forest Hills Lawn Care treats every lawn with the same dedication we learned in service." description="Founded by local professionals, Forest Hills Lawn Care treats every lawn with dedication and care."
subdescription="Built on integrity since 2018" subdescription="Built on integrity since 2018"
icon={TreePine} icon={TreePine}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-taking-care-her-plants_23-2149037252.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-woman-taking-care-her-plants_23-2149037252.jpg"
@@ -102,9 +102,6 @@ export default function LandscapingPage() {
{ {
tag: "Cleanup", title: "Seasonal Cleanups", subtitle: "Leaf & Debris", description: "Comprehensive spring and fall cleanup services to prepare your landscape for every season.", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg" tag: "Cleanup", title: "Seasonal Cleanups", subtitle: "Leaf & Debris", description: "Comprehensive spring and fall cleanup services to prepare your landscape for every season.", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg"
}, },
{
tag: "Care", title: "Fertilization", subtitle: "Soil Health", description: "Premium treatments to nourish your grass and promote lush, green, healthy growth.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-fishing_329181-20018.jpg"
},
{ {
tag: "Planting", title: "Mulch Installation", subtitle: "Flower Beds", description: "Refresh your garden beds with professional mulch application for protection and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-watering-pot-space-left_23-2147673247.jpg" tag: "Planting", title: "Mulch Installation", subtitle: "Flower Beds", description: "Refresh your garden beds with professional mulch application for protection and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-watering-pot-space-left_23-2147673247.jpg"
}, },
@@ -122,13 +119,10 @@ export default function LandscapingPage() {
animationType="slide-up" animationType="slide-up"
members={[ members={[
{ {
id: "1", name: "Veteran Values", role: "Integrity, punctuality, and pride in our work on every job.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060677.jpg" id: "1", name: "Local Expert Knowledge", role: "We understand local soil, grass types, and the Forest Hills climate.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-bushes-full-leaves-captured-middle-tropical-forest_181624-41028.jpg"
}, },
{ {
id: "2", name: "Local Expert Knowledge", role: "We understand local soil, grass types, and the Forest Hills climate.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-bushes-full-leaves-captured-middle-tropical-forest_181624-41028.jpg" id: "2", name: "Consistent Reliability", role: "We show up when promised and leave your property looking pristine.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg"
},
{
id: "3", name: "Consistent Reliability", role: "We show up when promised and leave your property looking pristine.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-gloves-planting-flowers-garden_7502-9383.jpg"
}, },
]} ]}
/> />
@@ -217,7 +211,7 @@ export default function LandscapingPage() {
}, },
]} ]}
bottomLeftText="© 2025 Forest Hills Lawn Care" bottomLeftText="© 2025 Forest Hills Lawn Care"
bottomRightText="Veteran-Owned" bottomRightText=""
/> />
</div> </div>
</ReactLenis> </ReactLenis>