diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 07f4bde..f484ef6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,17 +20,17 @@ const manrope = Manrope({ }); export const metadata: Metadata = { - title: "Valencia Landscaping | Professional Lawn & Garden Care", description: "Expert landscaping services including mulch installation, grass maintenance, and leaf cleanup. Get your free estimate today from Valencia Landscaping.", keywords: "landscaping, lawn care, mulch installation, grass maintenance, leaf cleanup, free estimates, Valencia", metadataBase: new URL("https://valencialandscaping.com"), + title: "Valencia Landscaping | Professional Lawn & Garden Care", description: "Expert landscaping services including mulch installation, grass maintenance, and leaf cleanup. Get your free estimate today from Valencia Landscaping. Call 301-921-5822.", keywords: "landscaping, lawn care, mulch installation, grass maintenance, leaf cleanup, free estimates, Valencia", metadataBase: new URL("https://valencialandscaping.com"), alternates: { canonical: "https://valencialandscaping.com"}, openGraph: { - title: "Valencia Landscaping | Professional Lawn & Garden Care", description: "Transform your landscape with expert mulch jobs, grass maintenance, and seasonal leaf cleanup. Request your free estimate today.", url: "https://valencialandscaping.com", siteName: "Valencia Landscaping", type: "website", images: [ + title: "Valencia Landscaping | Professional Lawn & Garden Care", description: "Transform your landscape with expert mulch jobs, grass maintenance, and seasonal leaf cleanup. Request your free estimate today or call 301-921-5822.", url: "https://valencialandscaping.com", siteName: "Valencia Landscaping", type: "website", images: [ { url: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", alt: "Professional landscaping services"}, ], }, twitter: { - card: "summary_large_image", title: "Valencia Landscaping | Professional Lawn & Garden Care", description: "Expert landscaping services including mulch installation, grass maintenance, and leaf cleanup. Get your free estimate today.", images: ["http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg"], + card: "summary_large_image", title: "Valencia Landscaping | Professional Lawn & Garden Care", description: "Expert landscaping services including mulch installation, grass maintenance, and leaf cleanup. Get your free estimate today or call 301-921-5822.", images: ["http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg"], }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 58a008c..847e667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Leaf, Sprout, Trees, Wrench, Scissors, Wind, CheckCircle, Star, HelpCircle } from "lucide-react"; +import { Leaf, Sprout, Trees, Wrench, Scissors, Wind, CheckCircle, Star, HelpCircle, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -169,7 +169,7 @@ export default function LandingPage() {