Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15a6284023 | |||
| e14be690dc | |||
| 2675e89441 | |||
| 9d1784b8b2 | |||
| 584de12ac2 |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user