Compare commits
6 Commits
version_9
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| c15f48925b | |||
| 85f7e23051 | |||
| b878652568 | |||
| 787c21b9dc | |||
| bb1ac125c8 | |||
| 89ae15a7a7 |
@@ -52,7 +52,7 @@ export default function ContactPage() {
|
|||||||
text="Ready to Transform Your Landscape? Contact Us!"
|
text="Ready to Transform Your Landscape? Contact Us!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call for a Free Consultation", href: "tel:630-661-6168"
|
text: "Call Us Now", href: "tel:630-661-6168"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -40,9 +40,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Services", id: "/services"},
|
name: "Services", id: "/services"},
|
||||||
{
|
{
|
||||||
name: "Portfolio", id: "/#portfolio"},
|
name: "Portfolio", id: "#portfolio"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "/#testimonials"},
|
name: "Testimonials", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "/contact"},
|
name: "Contact", id: "/contact"},
|
||||||
]}
|
]}
|
||||||
@@ -57,13 +57,13 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static"}}
|
variant: "downward-rays-static"}}
|
||||||
title="Transform Your Outdoors with Lombard Landscaping"
|
title="## Transform Your Outdoors with Lombard Landscaping"
|
||||||
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
|
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Consultation", href: "/contact"},
|
text: "Get a Free Consultation", href: "/contact"},
|
||||||
{
|
{
|
||||||
text: "View Our Portfolio", href: "/#portfolio"},
|
text: "View Our Portfolio", href: "#portfolio"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-modern-plants-deco_23-2149198591.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-modern-plants-deco_23-2149198591.jpg"
|
||||||
imageAlt="Lush green landscaped garden with a modern patio"
|
imageAlt="Lush green landscaped garden with a modern patio"
|
||||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
|||||||
text="Ready to Transform Your Landscape?"
|
text="Ready to Transform Your Landscape?"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call for a Free Consultation", href: "tel:630-661-6168"},
|
text: "Call Us Now", href: "tel:630-661-6168"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -259,7 +259,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Maintenance", href: "/services"},
|
label: "Maintenance", href: "/services"},
|
||||||
{
|
{
|
||||||
label: "Outdoor Living", href: "/#portfolio"},
|
label: "Outdoor Living", href: "#portfolio"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -267,11 +267,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "About Us", href: "/about"},
|
label: "About Us", href: "/about"},
|
||||||
{
|
{
|
||||||
label: "Portfolio", href: "/#portfolio"},
|
label: "Portfolio", href: "#portfolio"},
|
||||||
{
|
{
|
||||||
label: "Testimonials", href: "/#testimonials"},
|
label: "Testimonials", href: "#testimonials"},
|
||||||
{
|
{
|
||||||
label: "FAQ", href: "/#faq"},
|
label: "FAQ", href: "#faq"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user