5 Commits

Author SHA1 Message Date
4d113a2b4f Update src/app/page.tsx 2026-03-03 06:13:47 +00:00
6f295a396c Update src/app/layout.tsx 2026-03-03 06:13:46 +00:00
aed1384a55 Merge version_2 into main
Merge version_2 into main
2026-03-03 06:09:22 +00:00
c46c71d671 Update src/app/page.tsx 2026-03-03 06:09:18 +00:00
b9d463ea2d Merge version_1 into main
Merge version_1 into main
2026-03-03 06:06:51 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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,

View File

@@ -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() {
<FaqBase
faqs={[
{
id: "1", title: "How do I get a free estimate?", content: "Contact Valencia Landscaping through our website or call us directly. We'll schedule a convenient time to visit your property, assess your needs, and provide a detailed free estimate with no obligations."},
id: "1", title: "How do I get a free estimate?", content: "Contact Valencia Landscaping through our website or call us directly at 301-921-5822. We'll schedule a convenient time to visit your property, assess your needs, and provide a detailed free estimate with no obligations."},
{
id: "2", title: "What areas do you serve?", content: "We service residential and commercial properties throughout the greater Valencia area and surrounding communities. Contact us to confirm service availability for your specific location."},
{
@@ -197,10 +197,10 @@ export default function LandingPage() {
tag="Ready to Transform Your Landscape?"
tagIcon={Leaf}
title="Get Your Free Estimate Today"
description="Contact Valencia Landscaping for a comprehensive assessment of your property. Our team will provide a detailed, obligation-free estimate for your landscaping needs."
description="Contact Valencia Landscaping for a comprehensive assessment of your property. Call us at 301-921-5822 to speak with our team directly. Our landscaping experts will provide a detailed, obligation-free estimate for your needs."
buttons={[
{ text: "Request Free Estimate", href: "https://forms.example.com/valencia-estimate" },
{ text: "Call Us Now", href: "tel:+1234567890" },
{ text: "Call Us Now", href: "tel:301-921-5822" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}