334 lines
11 KiB
TypeScript
334 lines
11 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="soft"
|
|
contentWidth="small"
|
|
sizing="largeSizeMediumTitles"
|
|
background="blurBottom"
|
|
cardStyle="glass-elevated"
|
|
primaryButtonStyle="gradient"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="extrabold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "hero",
|
|
},
|
|
{
|
|
name: "Services",
|
|
id: "services",
|
|
},
|
|
{
|
|
name: "Gallery",
|
|
id: "gallery",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="Middle Tennessee Tree Service"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroOverlayTestimonial
|
|
title="Professional Tree Service in Murfreesboro, TN — Available 24/7"
|
|
description="Fast, safe, and affordable tree removal, trimming & emergency services for your home."
|
|
testimonials={[
|
|
{
|
|
name: "Sarah J.",
|
|
handle: "@murfreesboro",
|
|
testimonial: "Extremely professional, arrived on time, and cleared everything perfectly.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-female-traversing-fallen-tree-trunk_169016-67518.jpg?_wi=1",
|
|
imageAlt: "professional tree service crew climbing trees",
|
|
},
|
|
{
|
|
name: "Mike R.",
|
|
handle: "@tennessee",
|
|
testimonial: "Best tree service in town. Fair pricing and fast response for emergency.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22899.jpg?_wi=1",
|
|
imageAlt: "professional tree service crew climbing trees",
|
|
},
|
|
{
|
|
name: "Emily P.",
|
|
handle: "@realestate",
|
|
testimonial: "Very thorough work. Our yard looked pristine after they finished.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4997.jpg?_wi=1",
|
|
imageAlt: "professional tree service crew climbing trees",
|
|
},
|
|
{
|
|
name: "David W.",
|
|
handle: "@property",
|
|
testimonial: "Safe, reliable, and insured. Will definitely call them again.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/creepy-scenery-forest-with-dry-tree-branches-covered-with-moss_181624-19947.jpg?_wi=1",
|
|
imageAlt: "professional tree service crew climbing trees",
|
|
},
|
|
{
|
|
name: "Jessica L.",
|
|
handle: "@local",
|
|
testimonial: "Fast response after the storm. Lifesavers!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/fallen-tree-nature_23-2147677686.jpg?_wi=1",
|
|
imageAlt: "professional tree service crew climbing trees",
|
|
},
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Call Now",
|
|
href: "tel:555-123-4567",
|
|
},
|
|
{
|
|
text: "Get Free Estimate",
|
|
href: "#contact",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-female-traversing-fallen-tree-trunk_169016-67518.jpg?_wi=2"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/man-cutting-woods-with-hatch_23-2148253432.jpg",
|
|
alt: "Man cutting woods with hatch",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/hikers-looking-road-sunset_23-2147628907.jpg",
|
|
alt: "Hikers looking for the road at sunset",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500823.jpg",
|
|
alt: "Reforestation done by voluntary group",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/travelers-looking-way_23-2147628908.jpg",
|
|
alt: "Travelers looking for the way",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22900.jpg",
|
|
alt: "Carpenter working on a sawmill on a wood manufacture",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentyFour
|
|
animationType="slide-up"
|
|
textboxLayout="split"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "1",
|
|
title: "Tree Removal",
|
|
author: "Pro Crew",
|
|
description: "Safe and complete tree removal for dangerous or unwanted trees.",
|
|
tags: [
|
|
"Safety",
|
|
"Fast",
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22899.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Trimming & Pruning",
|
|
author: "Arborists",
|
|
description: "Expert pruning to maintain tree health and property aesthetics.",
|
|
tags: [
|
|
"Health",
|
|
"Design",
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4997.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Stump Grinding",
|
|
author: "Tech Team",
|
|
description: "Complete stump removal leaving your yard level and clear.",
|
|
tags: [
|
|
"Complete",
|
|
"Clean",
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/creepy-scenery-forest-with-dry-tree-branches-covered-with-moss_181624-19947.jpg?_wi=2",
|
|
},
|
|
]}
|
|
title="Our Tree Services"
|
|
description="Comprehensive tree care for your property in Middle Tennessee."
|
|
/>
|
|
</div>
|
|
|
|
<div id="gallery" data-section="gallery">
|
|
<ProductCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "1",
|
|
name: "Full Tree Removal",
|
|
price: "Before & After",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/fallen-tree-nature_23-2147677686.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Stump Grinding",
|
|
price: "Expert Result",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500812.jpg",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Storm Cleanup",
|
|
price: "Urgent Care",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/professional-lumberjack-forest-cutting-oak-trunk-with-chainsaw_342744-254.jpg",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Tree Shaping",
|
|
price: "Professional",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/leaf-basket-concentrated-young-adult-caucasian-man-jeans-vest-raising-basket-looking-attentively-lawn-garden-autumn-day_259150-59034.jpg",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Crown Reduction",
|
|
price: "Healthy Tree",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4995.jpg",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "Deadwood Removal",
|
|
price: "Property Safety",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-forest_1303-9041.jpg",
|
|
},
|
|
]}
|
|
title="Recent Work Gallery"
|
|
description="See the results of our professional tree care in Murfreesboro."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
title="Frequently Asked Questions"
|
|
description="Everything you need to know about our tree care services."
|
|
faqsAnimation="slide-up"
|
|
faqs={[
|
|
{
|
|
id: "1",
|
|
title: "Are you licensed and insured?",
|
|
content: "Yes, we are fully licensed and insured for all tree service operations in Middle Tennessee.",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Do you provide emergency service?",
|
|
content: "Absolutely. We offer 24/7 emergency response for storm-damaged trees and urgent removal needs.",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "How long does a stump take to remove?",
|
|
content: "Most stump grinding projects are completed in a single afternoon depending on size and accessibility.",
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Do you offer free estimates?",
|
|
content: "We provide complimentary, no-obligation estimates for all residential and commercial projects.",
|
|
},
|
|
{
|
|
id: "5",
|
|
title: "What areas do you serve?",
|
|
content: "We primarily serve Murfreesboro and the surrounding Middle Tennessee region.",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
tag="Get A Quote"
|
|
title="Need Tree Service Today?"
|
|
description="Contact our team for a fast, free estimate on your tree project."
|
|
mediaAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/man-with-chainsaw-cuts-tree_169016-1835.jpg"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseReveal
|
|
logoText="Middle Tennessee Tree Service LLC"
|
|
columns={[
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{
|
|
label: "About Us",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Reviews",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Services",
|
|
items: [
|
|
{
|
|
label: "Tree Removal",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Trimming",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Emergency",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Contact",
|
|
items: [
|
|
{
|
|
label: "Get a Quote",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Call Now",
|
|
href: "tel:555-123-4567",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2024 Middle Tennessee Tree Service LLC. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|