From f4869b559071f6f156a91ab53d4b8b1890280210 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:48:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 22a07df..0156386 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From cc0db9c1be73971c2090d9dfd4bb686c506b907d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:48:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92d6b99..9c501e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ], }, { -- 2.49.1