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, 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() {