Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a72c504840 | |||
| 15a6284023 | |||
| 1784e5d569 | |||
| e14be690dc | |||
| 2675e89441 | |||
| 9d1784b8b2 | |||
| 584de12ac2 | |||
| bdb4413b17 | |||
| 5bb61a484e |
@@ -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" },
|
||||||
]}
|
]}
|
||||||
@@ -78,7 +76,7 @@ export default function LandscapingPage() {
|
|||||||
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 professionals, Forest Hills Lawn Care treats every lawn with dedication and care."
|
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"
|
||||||
@@ -128,34 +126,11 @@ export default function LandscapingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<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}
|
||||||
@@ -179,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user