Update src/app/page.tsx
This commit is contained in:
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
<FaqBase
|
<FaqBase
|
||||||
faqs={[
|
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 (555) 123-4567. 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."},
|
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?"
|
tag="Ready to Transform Your Landscape?"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
title="Get Your Free Estimate Today"
|
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 (555) 123-4567 to speak with our team directly. Our landscaping experts will provide a detailed, obligation-free estimate for your needs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request Free Estimate", href: "https://forms.example.com/valencia-estimate" },
|
{ text: "Request Free Estimate", href: "https://forms.example.com/valencia-estimate" },
|
||||||
{ text: "Call Us Now", href: "tel:+1234567890" },
|
{ text: "Call Us Now", href: "tel:(555)123-4567" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user