Compare commits
9 Commits
version_15
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 47d46a5211 | |||
| 5563601943 | |||
| 7a2f97dd70 | |||
| 72c3b560a1 | |||
| 81aca03268 | |||
| 3a375fd8bb | |||
| e201dcf79b | |||
| 7f8a5d08ce | |||
| 6f7b59093a |
@@ -29,7 +29,8 @@ export default function AboutPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/#portfolio" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact Us", id: "/contact" }
|
||||
{ name: "Contact Us", id: "/contact" },
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
animateOnLoad={true}
|
||||
|
||||
@@ -29,7 +29,8 @@ export default function ContactPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/#portfolio" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact Us", id: "/contact" }
|
||||
{ name: "Contact Us", id: "/contact" },
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
|
||||
@@ -38,11 +38,12 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/#portfolio" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact Us", id: "/contact" } // Added
|
||||
{ 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" }} // Updated href
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +55,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"}, // Changed to /contact
|
||||
text: "Get a Free Consultation", href: "/contact"},
|
||||
{
|
||||
text: "View Our Portfolio", href: "/#portfolio"},
|
||||
]}
|
||||
|
||||
@@ -34,10 +34,13 @@ 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: "/" }}
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user