9 Commits

Author SHA1 Message Date
15a6284023 Update src/app/page.tsx 2026-05-11 21:09:35 +00:00
e14be690dc Update src/app/page.tsx 2026-05-11 21:08:47 +00:00
2675e89441 Merge version_5 into main
Merge version_5 into main
2026-05-11 21:06:12 +00:00
9d1784b8b2 Update src/app/page.tsx 2026-05-11 21:06:09 +00:00
584de12ac2 Merge version_4 into main
Merge version_4 into main
2026-05-11 21:04:56 +00:00
bdb4413b17 Update src/app/page.tsx 2026-05-11 21:04:53 +00:00
5bb61a484e Merge version_3 into main
Merge version_3 into main
2026-05-11 21:03:47 +00:00
4bbcea2830 Update src/app/page.tsx 2026-05-11 21:03:44 +00:00
10d91a3de3 Merge version_2 into main
Merge version_2 into main
2026-05-11 21:03:04 +00:00

View File

@@ -7,7 +7,6 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
@@ -35,7 +34,6 @@ export default function LandscapingPage() {
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
@@ -48,7 +46,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 +58,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,12 +71,12 @@ 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 2026"
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"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -102,9 +100,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,36 +117,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"
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
tag="Our Crew"
title="Meet Your Local Crew"
description="Hardworking professionals dedicated to local lawn beauty."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "Sam Miller", role: "Founder & Lead Tech", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-flower-pot_23-2149098272.jpg"
},
{
id: "2", name: "Jordan D.", role: "Site Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-540.jpg"
},
{
id: "3", name: "Alex B.", role: "Maintenance Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-carpenter-leaning-workbench_23-2147944946.jpg"
}, },
]} ]}
/> />
@@ -161,7 +130,7 @@ export default function LandscapingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
cardTag="Local Praise" cardTag="Local Praise"
cardTagIcon={Leaf} cardTagIcon={Leaf}
cardTitle="See why residents love our local approach." cardTitle="See what our neighbors are saying."
buttons={[{ text: "Get Your Free Quote", href: "#contact" }]} buttons={[{ text: "Get Your Free Quote", href: "#contact" }]}
cardAnimation="slide-up" cardAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -185,9 +154,6 @@ export default function LandscapingPage() {
{ {
id: "1", title: "Do you only serve Forest Hills?", content: "We specialize in Forest Hills to ensure we are always prompt and available to our local neighbors." id: "1", title: "Do you only serve Forest Hills?", content: "We specialize in Forest Hills to ensure we are always prompt and available to our local neighbors."
}, },
{
id: "2", title: "Are you fully insured?", content: "Yes, our business is fully licensed and insured for your peace of mind."
},
]} ]}
/> />
</div> </div>
@@ -217,7 +183,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>