Update src/app/page.tsx

This commit is contained in:
2026-05-28 00:01:28 +00:00
parent 55fcdbec29
commit e7b4b73ac4

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,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" },
],