From 82aaa6f9243e0b6f2faec0ebd0c9941c1502d477 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:08:28 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 376307d..5be6557 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "M. Escobar Landscaping | Premium Landscaping Services DMV", description: "Premium landscaping services in the DMV. Over 12 years of trusted, detail-driven work. Free estimates available."}; + title: "M. Escobar Landscaping & Grass Cutting | Premium DMV Services", description: "Professional grass cutting and landscaping services in the DMV. Over 12 years of trusted, detail-driven lawn maintenance and landscape design. Free estimates available."}; export default function RootLayout({ children, -- 2.49.1 From 705e3902de5437185b6622b956b8e294013bb198 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:08:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bebff8..34628ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Facebook, Instagram, Leaf, Phone, Sparkles } from "lucide-react"; +import { Facebook, Instagram, Leaf, Phone, Sparkles, Scissors, Droplets, Trees } from "lucide-react"; export default function LandingPage() { return ( @@ -43,8 +43,8 @@ export default function LandingPage() {