7 Commits

Author SHA1 Message Date
a72c504840 Merge version_6 into main
Merge version_6 into main
2026-05-11 21:09:38 +00:00
15a6284023 Update src/app/page.tsx 2026-05-11 21:09:35 +00:00
1784e5d569 Merge version_6 into main
Merge version_6 into main
2026-05-11 21:08:53 +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

View File

@@ -7,7 +7,6 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
@@ -35,7 +34,6 @@ export default function LandscapingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
@@ -78,7 +76,7 @@ export default function LandscapingPage() {
tagAnimation="slide-up"
title="Proudly serving Forest Hills with discipline and precision."
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}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-taking-care-her-plants_23-2149037252.jpg"
mediaAnimation="slide-up"
@@ -128,34 +126,11 @@ export default function LandscapingPage() {
/>
</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"
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTag="Local Praise"
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" }]}
cardAnimation="slide-up"
useInvertedBackground={false}