10 Commits

Author SHA1 Message Date
0f7c8dbbd4 Update src/app/page.tsx 2026-03-04 00:50:52 +00:00
2f74346ba2 Merge version_3 into main
Merge version_3 into main
2026-03-04 00:48:46 +00:00
cc0db9c1be Update src/app/page.tsx 2026-03-04 00:48:41 +00:00
f4869b5590 Update src/app/layout.tsx 2026-03-04 00:48:41 +00:00
209ca7ea85 Merge version_2 into main
Merge version_2 into main
2026-03-04 00:36:42 +00:00
ea7c452b75 Update src/app/page.tsx 2026-03-04 00:36:38 +00:00
920a84106d Update src/app/layout.tsx 2026-03-04 00:36:38 +00:00
83c04ce656 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:28:28 +00:00
e8f5d8cd21 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:27:06 +00:00
50301b5a63 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:25:23 +00:00
2 changed files with 64 additions and 80 deletions

View File

@@ -1,60 +1,21 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Countryside Landscaping LLC | Professional Landscaping Roanoke VA",
description: "Award-winning landscaping company in Roanoke, VA. 5-star rated lawn care, landscape design, mulching & hardscaping. Free estimates. Locally owned & insured.",
keywords: "landscaping Roanoke VA, lawn care Roanoke, landscape contractor, mulching services, hardscaping, landscape design",
metadataBase: new URL("https://countrysidelandscaping.com"),
alternates: {
canonical: "https://countrysidelandscaping.com",
},
openGraph: {
title: "Countryside Landscaping LLC | Professional Landscaping Roanoke VA",
description: "Transform your yard with professional landscaping services. 5-star rated, locally owned, and fully insured.",
siteName: "Countryside Landscaping LLC",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
alt: "Professional landscaping project in Roanoke VA",
},
],
},
twitter: {
card: "summary_large_image",
title: "Countryside Landscaping LLC | Professional Landscaping Roanoke VA",
description: "Award-winning landscaping services for Roanoke homeowners. Free estimates available.",
images: [
"http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
],
},
robots: {
index: true,
follow: true,
},
title: "Countryside Landscaping | Professional Landscaping Services in Roanoke, VA", description: "Licensed & Insured landscaping services for Roanoke, VA. 5-star rated, locally owned, 24/7 support. Lawn care, design, junk removal & more."
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1422,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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>
);
}
}