|
|
|
|
@@ -9,7 +9,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
|
|
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import { Star, MapPin, Leaf, Trees } from "lucide-react";
|
|
|
|
|
import { Star, MapPin, Leaf, Trees, Shield, Trash2 } from "lucide-react";
|
|
|
|
|
import Link from "next/link";
|
|
|
|
|
|
|
|
|
|
export default function HomePage() {
|
|
|
|
|
@@ -52,8 +52,8 @@ export default function HomePage() {
|
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
|
title="Transform Your Yard into a Beautiful Outdoor Oasis"
|
|
|
|
|
description="Professional landscaping services for Roanoke, VA homeowners. 5-star rated, locally owned, and fully licensed & insured."
|
|
|
|
|
tag="5.0 Stars | 24 Reviews"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tag="Licensed & Insured • 24/7 Support"
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call for Free Estimate", href: "tel:(540)525-9771" },
|
|
|
|
|
@@ -64,30 +64,38 @@ export default function HomePage() {
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=1", imageAlt: "Beautiful lawn care project"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=1", imageAlt: "Beautiful lawn care project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=1", imageAlt: "Professional mulching service"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=1", imageAlt: "Professional mulching service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", imageAlt: "Custom hardscape design"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", imageAlt: "Custom junk removal project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1", imageAlt: "Landscape transformation project"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1", imageAlt: "Landscape transformation project"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
rightCarouselItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1", imageAlt: "Expert lawn care and maintenance"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1", imageAlt: "Expert lawn care and maintenance"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=1", imageAlt: "Professional landscape design"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=1", imageAlt: "Professional landscape design"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/autumn-leaves_1232-2839.jpg", imageAlt: "Quality mulching and ground cover"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/autumn-leaves_1232-2839.jpg", imageAlt: "Quality mulching and ground cover"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Premium hardscape installations"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Premium junk removal and cleanup"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
carouselPosition="right"
|
|
|
|
|
/>
|
|
|
|
|
@@ -122,16 +130,20 @@ export default function HomePage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Lawn Care & Maintenance", description:
|
|
|
|
|
"Professional mowing, trimming, aeration, and seasonal lawn care to keep your yard healthy and beautiful.", bentoComponent: "globe"},
|
|
|
|
|
"Professional mowing, trimming, aeration, and seasonal lawn care to keep your yard healthy and beautiful.", bentoComponent: "globe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Landscape Design", description:
|
|
|
|
|
"Custom landscape designs tailored to your vision and property. Professional planning and installation.", bentoComponent: "map"},
|
|
|
|
|
"Custom landscape designs tailored to your vision and property. Professional planning and installation.", bentoComponent: "map"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Mulching Services", description:
|
|
|
|
|
"Quality mulch installation for garden beds, pathways, and landscaping features. Fresh mulch annually.", bentoComponent: "animated-bar-chart"},
|
|
|
|
|
"Quality mulch installation for garden beds, pathways, and landscaping features. Fresh mulch annually.", bentoComponent: "animated-bar-chart"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Hardscaping", description:
|
|
|
|
|
"Stone patios, walkways, retaining walls, and other hardscape features for outdoor beauty and function.", bentoComponent: "line-chart"},
|
|
|
|
|
title: "Junk Removal", description:
|
|
|
|
|
"Professional junk removal and debris hauling for yard cleanup, landscaping projects, and property maintenance.", bentoComponent: "line-chart"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Seasonal Cleanups", description:
|
|
|
|
|
"Spring and fall cleanup services including debris removal, leaf raking, and yard preparation.", bentoComponent: "reveal-icon", icon: Leaf,
|
|
|
|
|
@@ -156,27 +168,33 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
id: "1", brand: "Lawn Care", name: "Professional Lawn Transformation", price: "Maintenance Plans Available", rating: 5,
|
|
|
|
|
reviewCount: "24+", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=2", imageAlt: "Beautiful lawn care project"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=2", imageAlt: "Beautiful lawn care project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", brand: "Landscaping", name: "Complete Yard Redesign", price: "Custom Pricing", rating: 5,
|
|
|
|
|
reviewCount: "24+", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=2", imageAlt: "Professional mulching service"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=2", imageAlt: "Professional mulching service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", brand: "Hardscape", name: "Patio & Walkway Installation", price: "Custom Pricing", rating: 5,
|
|
|
|
|
id: "3", brand: "Junk Removal", name: "Debris & Junk Removal", price: "Custom Pricing", rating: 5,
|
|
|
|
|
reviewCount: "24+", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Custom hardscape design"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Custom junk removal project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", brand: "Design", name: "Landscape Design & Installation", price: "Design Consultation Available", rating: 5,
|
|
|
|
|
reviewCount: "24+", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2", imageAlt: "Landscape transformation project"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2", imageAlt: "Landscape transformation project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", brand: "Lawn Care", name: "Seasonal Cleanup Project", price: "Seasonal Services", rating: 5,
|
|
|
|
|
reviewCount: "24+", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2", imageAlt: "Expert lawn care and maintenance"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2", imageAlt: "Expert lawn care and maintenance"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", brand: "Design", name: "Garden Bed Design & Installation", price: "Custom Pricing", rating: 5,
|
|
|
|
|
reviewCount: "24+", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=2", imageAlt: "Professional landscape design"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=2", imageAlt: "Professional landscape design"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -186,22 +204,28 @@ export default function HomePage() {
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Johnson", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Michael Chen", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Michael Chen"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Michael Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Emily Rodriguez", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emily Rodriguez"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emily Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Kim", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1", imageAlt: "David Kim"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1", imageAlt: "David Kim"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Jennifer Martinez", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Jennifer Martinez"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Jennifer Martinez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Robert Thompson", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Robert Thompson"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Robert Thompson"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
cardTitle="Trusted by Over 1,000 Satisfied Roanoke Homeowners"
|
|
|
|
|
cardTag="5.0 Stars • 24 Reviews"
|
|
|
|
|
@@ -214,14 +238,14 @@ export default function HomePage() {
|
|
|
|
|
<div id="cta" data-section="cta">
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Ready to Transform Your Yard?"
|
|
|
|
|
title="Get Your Free Landscaping Estimate Today"
|
|
|
|
|
title="Get Your Free Estimate in 24 Hours"
|
|
|
|
|
description="Call us at (540) 525-9771 or fill out the form below. We'll be in touch within 24 hours to schedule your free consultation."
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Request Quote"
|
|
|
|
|
buttonText="Get My Free Estimate"
|
|
|
|
|
termsText="We respect your privacy. We'll only use your information to contact you about your landscaping inquiry."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -236,7 +260,7 @@ export default function HomePage() {
|
|
|
|
|
{ label: "Lawn Care", href: "/services" },
|
|
|
|
|
{ label: "Landscape Design", href: "/services" },
|
|
|
|
|
{ label: "Mulching", href: "/services" },
|
|
|
|
|
{ label: "Hardscaping", href: "/services" },
|
|
|
|
|
{ label: "Junk Removal", href: "/services" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -260,4 +284,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|