2 Commits

Author SHA1 Message Date
74e7531bd5 Update src/app/page.tsx 2026-06-11 20:58:54 +00:00
052725c17d Update src/app/page.tsx 2026-06-11 20:58:30 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; 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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; 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 HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="DC Tree Care" brandName="DC Tree Care"
/> />
@@ -59,45 +49,28 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Your Trusted Partner for Expert Tree Care" 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." 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={[ buttons={[
{ {
text: "Get a Free Estimate", text: "Get a Free Estimate", href: "#contact"},
href: "#contact",
},
{ {
text: "Call Now: +1 814-897-3289", text: "Call Now: +1 814-897-3289", href: "tel:+18148973289"},
href: "tel:+18148973289",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg?_wi=1", imageAlt: "Professional tree removal in progress"},
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", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg?_wi=1", imageAlt: "Arborist trimming a large tree"},
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", 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"},
imageAlt: "Stump grinding after tree removal",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-good-care-her-plants_23-2149037285.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-good-care-her-plants_23-2149037285.jpg", imageAlt: "Team planting a new tree"},
imageAlt: "Team planting a new tree",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309538.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309538.jpg", imageAlt: "Arborist inspecting tree health"},
imageAlt: "Arborist inspecting tree health",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309592.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309592.jpg", imageAlt: "Overhead view of tree felling"},
imageAlt: "Overhead view of tree felling",
},
]} ]}
/> />
</div> </div>
@@ -107,24 +80,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "About "},
content: "About ",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14076.jpg", alt: "Team member smiling"},
src: "http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14076.jpg",
alt: "Team member smiling",
},
{ {
type: "text", type: "text", content: " DC Tree Care: Your Local Arborists"},
content: " DC Tree Care: Your Local Arborists",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Meet Our Team", text: "Meet Our Team", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -135,23 +99,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Expert Tree Removal", 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"},
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", 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"},
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", 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"},
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" 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." 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} useInvertedBackground={false}
products={[ products={[
{ {
id: "p-1", id: "p-1", brand: "Service", name: "Emergency Tree Removal", price: "Call for Quote", rating: 5,
brand: "Service", 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"},
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", id: "p-2", brand: "Service", name: "Routine Tree Maintenance", price: "Custom Pricing", rating: 5,
brand: "Service", reviewCount: "Preventative", imageSrc: "http://img.b2bpic.net/free-photo/green-leaf_1353-155.jpg", imageAlt: "Well-maintained tree"},
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", id: "p-3", brand: "Service", name: "Land & Lot Clearing", price: "Project Based", rating: 5,
brand: "Service", reviewCount: "Development", imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-mountain-trees_23-2148949497.jpg", imageAlt: "Cleared lot with machinery"},
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", id: "p-4", brand: "Service", name: "Complete Stump Removal", price: "Starting at $250", rating: 5,
brand: "Service", reviewCount: "Clean Finish", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22881.jpg", imageAlt: "Stump grinder machine working"},
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", id: "p-5", brand: "Service", name: "Tree Planting & Cultivation", price: "Custom Pricing", rating: 5,
brand: "Service", 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"},
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", id: "p-6", brand: "Service", name: "Tree Health & Disease Care", price: "Consultation", rating: 5,
brand: "Service", 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"},
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" 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." 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} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m-1", 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"},
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", 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"},
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", 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"},
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?" title="Why Choose DC Tree Care?"
description="Our commitment to excellence and customer satisfaction sets us apart. We bring unparalleled expertise to every project." 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} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t-1", id: "t-1", name: "Jenna Olson", role: "Homeowner", company: "Local Resident", rating: 5,
name: "Jenna Olson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg", imageAlt: "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", id: "t-2", name: "Justine Stewart", role: "Property Manager", company: "Local Resident", rating: 5,
name: "Justine Stewart", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "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", id: "t-3", name: "Tracey Durkin", role: "Homeowner", company: "Local Resident", rating: 5,
name: "Tracey Durkin", 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"},
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", id: "t-4", name: "Robert Davis", role: "Commercial Client", company: "Local Business", rating: 5,
name: "Robert Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "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", id: "t-5", name: "Sarah Miller", role: "Homeowner", company: "Local Resident", rating: 5,
name: "Sarah Miller", 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"},
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" 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." 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} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq-1", 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."},
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", 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."},
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", 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."},
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" imageSrc="http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg"
imageAlt="Arborist working safely on a tree" imageAlt="Arborist working safely on a tree"
@@ -357,77 +210,61 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready for a Free Estimate?" 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!" 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" inputPlaceholder="Enter your email for updates"
buttonText="Request a Call Back" buttonText="Request a Call Back"
termsText="By requesting a call back, you agree to our terms and conditions." 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?_wi=2"
imageAlt="Tree care professional working"
mediaAnimation="opacity"
mediaPosition="right"
/> />
</div> </div>
<div id="footer" data-section="footer"> <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?_wi=2"
imageAlt="Gardener trimming a tree"
logoText="DC Tree Care"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Tree Removal", label: "Tree Removal", href: "#services"},
href: "#services",
},
{ {
label: "Tree Trimming", label: "Tree Trimming", href: "#services"},
href: "#services",
},
{ {
label: "Stump Grinding", label: "Stump Grinding", href: "#services"},
href: "#services",
},
{ {
label: "Emergency Service", label: "Emergency Service", href: "#solutions"},
href: "#solutions",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Get an Estimate", label: "Get an Estimate", href: "#contact"},
href: "#contact",
},
{ {
label: "+1 814-897-3289", label: "+1 814-897-3289", href: "tel:+18148973289"},
href: "tel:+18148973289",
},
], ],
}, },
]} ]}
bottomLeftText="© 2024 DC Tree Care. All rights reserved." copyrightText="© 2024 DC Tree Care. All rights reserved. | Privacy Policy | Terms of Service"
bottomRightText="Privacy Policy | Terms of Service"
/> />
</div> </div>
</ReactLenis> </ReactLenis>