Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 00:48:46 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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, hardscaping & more."};
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,

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, Shield, Clock } from "lucide-react";
import { Star, MapPin, Leaf, Trees, Shield, Trash2 } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -72,7 +72,7 @@ export default function HomePage() {
},
{
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:
@@ -94,7 +94,7 @@ export default function HomePage() {
},
{
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"
@@ -141,8 +141,8 @@ export default function HomePage() {
"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:
@@ -176,9 +176,9 @@ export default function HomePage() {
"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,
@@ -260,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" },
],
},
{