Merge version_2 into main #1
311
src/app/page.tsx
311
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="DC Tree Care"
|
||||
/>
|
||||
@@ -59,45 +49,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Trusted Partner for Expert Tree Care"
|
||||
description="DC Tree Care provides professional and reliable tree removal, trimming, and maintenance services. We're dedicated to enhancing the safety and beauty of your property with our expert arborists."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now: +1 814-897-3289",
|
||||
href: "tel:+18148973289",
|
||||
},
|
||||
text: "Call Now: +1 814-897-3289", href: "tel:+18148973289"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg",
|
||||
imageAlt: "Professional tree removal in progress",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg", imageAlt: "Professional tree removal in progress"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg",
|
||||
imageAlt: "Arborist trimming a large tree",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg", imageAlt: "Arborist trimming a large tree"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaves-basket-smiling-young-adult-man-standing-sideways-camera-sprinkling-leaves-wicker-basket-green-lawn-garden-autumn-day_259150-59037.jpg",
|
||||
imageAlt: "Stump grinding after tree removal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaves-basket-smiling-young-adult-man-standing-sideways-camera-sprinkling-leaves-wicker-basket-green-lawn-garden-autumn-day_259150-59037.jpg", imageAlt: "Stump grinding after tree removal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-good-care-her-plants_23-2149037285.jpg",
|
||||
imageAlt: "Team planting a new tree",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-good-care-her-plants_23-2149037285.jpg", imageAlt: "Team planting a new tree"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309538.jpg",
|
||||
imageAlt: "Arborist inspecting tree health",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309538.jpg", imageAlt: "Arborist inspecting tree health"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309592.jpg",
|
||||
imageAlt: "Overhead view of tree felling",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309592.jpg", imageAlt: "Overhead view of tree felling"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,24 +80,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About ",
|
||||
},
|
||||
type: "text", content: "About "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14076.jpg",
|
||||
alt: "Team member smiling",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14076.jpg", alt: "Team member smiling"},
|
||||
{
|
||||
type: "text",
|
||||
content: " DC Tree Care: Your Local Arborists",
|
||||
},
|
||||
type: "text", content: " DC Tree Care: Your Local Arborists"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet Our Team", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,23 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Tree Removal",
|
||||
description: "Safely remove hazardous or unwanted trees with our experienced team and advanced equipment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contented-young-woman-hugging-large-tree-with-blissful-expression-with-copy-space-concept-care-environment_1150-61394.jpg",
|
||||
imageAlt: "Chainsaw cutting a tree",
|
||||
},
|
||||
title: "Expert Tree Removal", description: "Safely remove hazardous or unwanted trees with our experienced team and advanced equipment.", imageSrc: "http://img.b2bpic.net/free-photo/contented-young-woman-hugging-large-tree-with-blissful-expression-with-copy-space-concept-care-environment_1150-61394.jpg", imageAlt: "Chainsaw cutting a tree"},
|
||||
{
|
||||
title: "Professional Tree Trimming",
|
||||
description: "Enhance tree health, appearance, and safety with our skilled pruning and trimming techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4995.jpg",
|
||||
imageAlt: "Arborist trimming branches",
|
||||
},
|
||||
title: "Professional Tree Trimming", description: "Enhance tree health, appearance, and safety with our skilled pruning and trimming techniques.", imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4995.jpg", imageAlt: "Arborist trimming branches"},
|
||||
{
|
||||
title: "Efficient Stump Grinding",
|
||||
description: "Remove unsightly tree stumps completely, reclaiming your yard space without hassle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-axe-wood_23-2148580076.jpg",
|
||||
imageAlt: "Stump grinder machine",
|
||||
},
|
||||
title: "Efficient Stump Grinding", description: "Remove unsightly tree stumps completely, reclaiming your yard space without hassle.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-axe-wood_23-2148580076.jpg", imageAlt: "Stump grinder machine"},
|
||||
]}
|
||||
title="Our Comprehensive Tree Services"
|
||||
description="From precise pruning to complete tree removal, DC Tree Care offers a full range of services to maintain the health and beauty of your trees."
|
||||
@@ -166,65 +118,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
brand: "Service",
|
||||
name: "Emergency Tree Removal",
|
||||
price: "Call for Quote",
|
||||
rating: 5,
|
||||
reviewCount: "24/7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-campaigners-joining-forces-recycle-tidy-up-garbage_482257-89224.jpg",
|
||||
imageAlt: "Fallen tree on house",
|
||||
},
|
||||
id: "p-1", brand: "Service", name: "Emergency Tree Removal", price: "Call for Quote", rating: 5,
|
||||
reviewCount: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-campaigners-joining-forces-recycle-tidy-up-garbage_482257-89224.jpg", imageAlt: "Fallen tree on house"},
|
||||
{
|
||||
id: "p-2",
|
||||
brand: "Service",
|
||||
name: "Routine Tree Maintenance",
|
||||
price: "Custom Pricing",
|
||||
rating: 5,
|
||||
reviewCount: "Preventative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-leaf_1353-155.jpg",
|
||||
imageAlt: "Well-maintained tree",
|
||||
},
|
||||
id: "p-2", brand: "Service", name: "Routine Tree Maintenance", price: "Custom Pricing", rating: 5,
|
||||
reviewCount: "Preventative", imageSrc: "http://img.b2bpic.net/free-photo/green-leaf_1353-155.jpg", imageAlt: "Well-maintained tree"},
|
||||
{
|
||||
id: "p-3",
|
||||
brand: "Service",
|
||||
name: "Land & Lot Clearing",
|
||||
price: "Project Based",
|
||||
rating: 5,
|
||||
reviewCount: "Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-mountain-trees_23-2148949497.jpg",
|
||||
imageAlt: "Cleared lot with machinery",
|
||||
},
|
||||
id: "p-3", brand: "Service", name: "Land & Lot Clearing", price: "Project Based", rating: 5,
|
||||
reviewCount: "Development", imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-mountain-trees_23-2148949497.jpg", imageAlt: "Cleared lot with machinery"},
|
||||
{
|
||||
id: "p-4",
|
||||
brand: "Service",
|
||||
name: "Complete Stump Removal",
|
||||
price: "Starting at $250",
|
||||
rating: 5,
|
||||
reviewCount: "Clean Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22881.jpg",
|
||||
imageAlt: "Stump grinder machine working",
|
||||
},
|
||||
id: "p-4", brand: "Service", name: "Complete Stump Removal", price: "Starting at $250", rating: 5,
|
||||
reviewCount: "Clean Finish", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22881.jpg", imageAlt: "Stump grinder machine working"},
|
||||
{
|
||||
id: "p-5",
|
||||
brand: "Service",
|
||||
name: "Tree Planting & Cultivation",
|
||||
price: "Custom Pricing",
|
||||
rating: 5,
|
||||
reviewCount: "New Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-planting-tree-outdoors-using-watering-can_23-2148814076.jpg",
|
||||
imageAlt: "Person planting a tree",
|
||||
},
|
||||
id: "p-5", brand: "Service", name: "Tree Planting & Cultivation", price: "Custom Pricing", rating: 5,
|
||||
reviewCount: "New Growth", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-planting-tree-outdoors-using-watering-can_23-2148814076.jpg", imageAlt: "Person planting a tree"},
|
||||
{
|
||||
id: "p-6",
|
||||
brand: "Service",
|
||||
name: "Tree Health & Disease Care",
|
||||
price: "Consultation",
|
||||
rating: 5,
|
||||
reviewCount: "Diagnosis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-medical-mask-man-park-coronavirus-theme_1157-41320.jpg",
|
||||
imageAlt: "Arborist inspecting tree health",
|
||||
},
|
||||
id: "p-6", brand: "Service", name: "Tree Health & Disease Care", price: "Consultation", rating: 5,
|
||||
reviewCount: "Diagnosis", imageSrc: "http://img.b2bpic.net/free-photo/old-man-medical-mask-man-park-coronavirus-theme_1157-41320.jpg", imageAlt: "Arborist inspecting tree health"},
|
||||
]}
|
||||
title="Tailored Solutions for Every Tree Need"
|
||||
description="No matter the challenge, DC Tree Care has the expertise and resources to provide effective and sustainable tree care solutions for your property."
|
||||
@@ -238,29 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m-1",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Decades of dedicated service in the tree care industry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golden-21-anniversary-badge-collection_23-2148900320.jpg",
|
||||
imageAlt: "Experience icon",
|
||||
},
|
||||
id: "m-1", value: "20+", title: "Years Experience", description: "Decades of dedicated service in the tree care industry.", imageSrc: "http://img.b2bpic.net/free-vector/golden-21-anniversary-badge-collection_23-2148900320.jpg", imageAlt: "Experience icon"},
|
||||
{
|
||||
id: "m-2",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Successfully finished projects, from small trims to large removals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glitter-blue-arrow-pointing-up_23-2148445496.jpg",
|
||||
imageAlt: "Projects completed icon",
|
||||
},
|
||||
id: "m-2", value: "500+", title: "Projects Completed", description: "Successfully finished projects, from small trims to large removals.", imageSrc: "http://img.b2bpic.net/free-photo/glitter-blue-arrow-pointing-up_23-2148445496.jpg", imageAlt: "Projects completed icon"},
|
||||
{
|
||||
id: "m-3",
|
||||
value: "23",
|
||||
title: "5-Star Reviews",
|
||||
description: "Our clients consistently rate us highly for quality and professionalism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-group-people-have-fun-top-mountain-near-tent-sunset_146671-18468.jpg",
|
||||
imageAlt: "Customer satisfaction icon",
|
||||
},
|
||||
id: "m-3", value: "23", title: "5-Star Reviews", description: "Our clients consistently rate us highly for quality and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-group-people-have-fun-top-mountain-near-tent-sunset_146671-18468.jpg", imageAlt: "Customer satisfaction icon"},
|
||||
]}
|
||||
title="Why Choose DC Tree Care?"
|
||||
description="Our commitment to excellence and customer satisfaction sets us apart. We bring unparalleled expertise to every project."
|
||||
@@ -275,50 +167,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Jenna Olson",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg",
|
||||
imageAlt: "Jenna Olson",
|
||||
},
|
||||
id: "t-1", name: "Jenna Olson", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg", imageAlt: "Jenna Olson"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Justine Stewart",
|
||||
role: "Property Manager",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
imageAlt: "Justine Stewart",
|
||||
},
|
||||
id: "t-2", name: "Justine Stewart", role: "Property Manager", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Justine Stewart"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Tracey Durkin",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg",
|
||||
imageAlt: "Tracey Durkin",
|
||||
},
|
||||
id: "t-3", name: "Tracey Durkin", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg", imageAlt: "Tracey Durkin"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Robert Davis",
|
||||
role: "Commercial Client",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
|
||||
imageAlt: "Robert Davis",
|
||||
},
|
||||
id: "t-4", name: "Robert Davis", role: "Commercial Client", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "Robert Davis"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg",
|
||||
imageAlt: "Sarah Miller",
|
||||
},
|
||||
id: "t-5", name: "Sarah Miller", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg", imageAlt: "Sarah Miller"},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Our clients' satisfaction is our top priority. Hear directly from those who trust DC Tree Care for their property needs."
|
||||
@@ -331,20 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What areas do you serve?",
|
||||
content: "DC Tree Care proudly serves the [Specify Region/Cities, e.g., 'Erie and surrounding counties in Pennsylvania']. Contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "faq-1", title: "What areas do you serve?", content: "DC Tree Care proudly serves the [Specify Region/Cities, e.g., 'Erie and surrounding counties in Pennsylvania']. Contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do I get a free estimate?",
|
||||
content: "You can request a free, no-obligation estimate by calling us directly at +1 814-897-3289 or by filling out the contact form below. We'll schedule a convenient time to assess your needs.",
|
||||
},
|
||||
id: "faq-2", title: "How do I get a free estimate?", content: "You can request a free, no-obligation estimate by calling us directly at +1 814-897-3289 or by filling out the contact form below. We'll schedule a convenient time to assess your needs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are you insured and licensed?",
|
||||
content: "Yes, DC Tree Care is fully insured and licensed for all tree care and removal services. Our team is trained and certified to ensure safety and compliance on every job.",
|
||||
},
|
||||
id: "faq-3", title: "Are you insured and licensed?", content: "Yes, DC Tree Care is fully insured and licensed for all tree care and removal services. Our team is trained and certified to ensure safety and compliance on every job."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg"
|
||||
imageAlt="Arborist working safely on a tree"
|
||||
@@ -357,77 +210,61 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for a Free Estimate?"
|
||||
description="Contact DC Tree Care today for a personalized consultation and a no-obligation quote for your tree removal or care needs. We're here to help!"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Request a Call Back"
|
||||
termsText="By requesting a call back, you agree to our terms and conditions."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg"
|
||||
imageAlt="Tree care professional working"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg"
|
||||
imageAlt="Gardener trimming a tree"
|
||||
logoText="DC Tree Care"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Tree Removal",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tree Removal", href: "#services"},
|
||||
{
|
||||
label: "Tree Trimming",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tree Trimming", href: "#services"},
|
||||
{
|
||||
label: "Stump Grinding",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Stump Grinding", href: "#services"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Emergency Service", href: "#solutions"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get an Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get an Estimate", href: "#contact"},
|
||||
{
|
||||
label: "+1 814-897-3289",
|
||||
href: "tel:+18148973289",
|
||||
},
|
||||
label: "+1 814-897-3289", href: "tel:+18148973289"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 DC Tree Care. All rights reserved."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
copyrightText="© 2024 DC Tree Care. All rights reserved. | Privacy Policy | Terms of Service"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user