Compare commits
19 Commits
version_15
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| e7b4b73ac4 | |||
| 55fcdbec29 | |||
| dc28f4d1bd | |||
| 0aafce6740 | |||
| f7e1a425d9 | |||
| e9c19cce02 | |||
| 4b4a6df142 | |||
| ef8076da1b | |||
| e0a47ec702 | |||
| c72d4651d9 | |||
| 91ec4380e1 | |||
| db38efec67 | |||
| 41eed153d0 | |||
| b931923b3c | |||
| eaba39414d | |||
| bc98cf2b98 | |||
| ebe1dec5db | |||
| 92064c5332 | |||
| b8bfc0e212 |
@@ -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,9 +34,8 @@ 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" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:7175578323" }}
|
||||
/>
|
||||
@@ -51,7 +49,7 @@ export default function LandscapingPage() {
|
||||
description="Your premier partner for safe, efficient, and affordable tree care services in Mechanicsburg, PA and beyond. We handle every job with professionalism and minimal disruption."
|
||||
buttons={[
|
||||
{ text: "Get Free Estimate", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
{ text: "Our Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-landscape-big-tree-forest-with-low-angel-view_74190-6.jpg?id=3500986"
|
||||
@@ -127,26 +125,6 @@ export default function LandscapingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
tag="Our Team"
|
||||
title="Meet The Crew"
|
||||
description="Dedicated and skilled arborists committed to delivering top-quality tree care."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Andy M.", role: "Lead Arborist", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter_53876-63656.jpg", imageAlt: "Andy, Lead Arborist"},
|
||||
{
|
||||
id: "2", name: "Team Member 2", role: "Tree Care Specialist", imageSrc: "http://img.b2bpic.net/free-photo/pink-letter-t-made-wood_1232-691.jpg", imageAlt: "Tree Care Specialist"},
|
||||
{
|
||||
id: "3", name: "Team Member 3", role: "Ground Operations", imageSrc: "http://img.b2bpic.net/free-photo/spatter-black-symbol-drop-splatter_1194-8110.jpg", imageAlt: "Ground Operations team member"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
cardTag="Highly Recommended"
|
||||
@@ -241,7 +219,6 @@ export default function LandscapingPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user