Compare commits
5 Commits
version_16
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 47de506b47 | |||
| d9e086867e | |||
| 895502fc47 | |||
| 6b8ecb76e4 | |||
| af3b48a37f |
@@ -29,8 +29,7 @@ export default function AboutPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/#portfolio" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact Us", id: "/contact" },
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
{ name: "Contact Us", id: "/contact" }
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
animateOnLoad={true}
|
||||
|
||||
@@ -29,8 +29,7 @@ export default function ContactPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/#portfolio" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact Us", id: "/contact" },
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
{ name: "Contact Us", id: "/contact" }
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
|
||||
@@ -38,12 +38,11 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/#portfolio" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact Us", id: "/contact" },
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
{ name: "Contact Us", id: "/contact" } // Added
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
animateOnLoad={true}
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
button={{ text: "Contact Us", href: "/contact" }} // Updated href
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +54,7 @@ export default function LandingPage() {
|
||||
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation", href: "/contact"},
|
||||
text: "Get a Free Consultation", href: "/contact"}, // Changed to /contact
|
||||
{
|
||||
text: "View Our Portfolio", href: "/#portfolio"},
|
||||
]}
|
||||
|
||||
@@ -34,13 +34,10 @@ export default function ServicesPage() {
|
||||
name: "Portfolio", id: "/#portfolio"},
|
||||
{
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "Contact Us", id: "/contact"},
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
animateOnLoad={true}
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
button={{ text: "Contact Us", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user