Compare commits
22 Commits
version_7
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| db570fe276 | |||
| 2df62b6c2a | |||
| 8606c533a1 | |||
| 432a4ca467 | |||
| fac4e9f3e2 | |||
| 6961977c49 | |||
| 7e40b6ec27 | |||
| 363a262050 | |||
| 8a6fae8d5c | |||
| 427122d127 | |||
| de433076d1 | |||
| c15f48925b | |||
| 85f7e23051 | |||
| b878652568 | |||
| 787c21b9dc | |||
| bb1ac125c8 | |||
| 89ae15a7a7 | |||
| a9a6d429bc | |||
| 64ffb23daa | |||
| 07a0acfd8e | |||
| 42a96ad0ee | |||
| cab6ead88e |
@@ -34,13 +34,10 @@ export default function AboutPage() {
|
|||||||
name: "Portfolio", id: "/#portfolio"},
|
name: "Portfolio", id: "/#portfolio"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "/#testimonials"},
|
name: "Testimonials", id: "/#testimonials"},
|
||||||
{
|
|
||||||
name: "Contact", id: "/contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Lombard Landscaping by Morris LDC"
|
brandName="Lombard Landscaping by Morris LDC"
|
||||||
button={{
|
|
||||||
text: "Get a Free Quote", href: "/contact"}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
|
button={{ text: "Contact Us", href: "/" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,7 +50,7 @@ export default function AboutPage() {
|
|||||||
imageAlt="Lombard Landscaping team working in a garden"
|
imageAlt="Lombard Landscaping team working in a garden"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us", href: "/contact",
|
text: "Contact Us", href: "/"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -86,14 +83,6 @@ export default function AboutPage() {
|
|||||||
label: "FAQ", href: "/#faq"},
|
label: "FAQ", href: "/#faq"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Connect", items: [
|
|
||||||
{
|
|
||||||
label: "Contact Us", href: "/contact"},
|
|
||||||
{
|
|
||||||
label: "Get a Quote", href: "/contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
|
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
|
||||||
bottomRightText="Crafted with passion for nature."
|
bottomRightText="Crafted with passion for nature."
|
||||||
|
|||||||
@@ -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 Us Today", href: "tel:+16306616168"
|
text: "Call for a Free Consultation", href: "tel:630-661-6168"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
@@ -43,13 +43,10 @@ export default function LandingPage() {
|
|||||||
name: "Portfolio", id: "/#portfolio"},
|
name: "Portfolio", id: "/#portfolio"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "/#testimonials"},
|
name: "Testimonials", id: "/#testimonials"},
|
||||||
{
|
|
||||||
name: "Contact", id: "/contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Lombard Landscaping by Morris LDC"
|
brandName="Lombard Landscaping by Morris LDC"
|
||||||
button={{
|
|
||||||
text: "Get a Free Quote", href: "/contact"}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
|
button={{ text: "Contact Us", href: "/" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -61,7 +58,7 @@ export default function LandingPage() {
|
|||||||
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: "/"},
|
||||||
{
|
{
|
||||||
text: "View Our Portfolio", href: "/#portfolio"},
|
text: "View Our Portfolio", href: "/#portfolio"},
|
||||||
]}
|
]}
|
||||||
@@ -234,18 +231,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactText
|
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "downward-rays-animated"}}
|
|
||||||
text="Ready to Transform Your Landscape?"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Call Us Today", href: "tel:+16306616168"},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
@@ -274,14 +260,6 @@ export default function LandingPage() {
|
|||||||
label: "FAQ", href: "/#faq"},
|
label: "FAQ", href: "/#faq"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Connect", items: [
|
|
||||||
{
|
|
||||||
label: "Contact Us", href: "/contact"},
|
|
||||||
{
|
|
||||||
label: "Get a Quote", href: "/contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
|
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
|
||||||
bottomRightText="Crafted with passion for nature."
|
bottomRightText="Crafted with passion for nature."
|
||||||
|
|||||||
@@ -34,13 +34,10 @@ export default function ServicesPage() {
|
|||||||
name: "Portfolio", id: "/#portfolio"},
|
name: "Portfolio", id: "/#portfolio"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "/#testimonials"},
|
name: "Testimonials", id: "/#testimonials"},
|
||||||
{
|
|
||||||
name: "Contact", id: "/contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Lombard Landscaping by Morris LDC"
|
brandName="Lombard Landscaping by Morris LDC"
|
||||||
button={{
|
|
||||||
text: "Get a Free Quote", href: "/contact"}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
|
button={{ text: "Contact Us", href: "/" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,14 +98,6 @@ export default function ServicesPage() {
|
|||||||
label: "FAQ", href: "/#faq"},
|
label: "FAQ", href: "/#faq"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Connect", items: [
|
|
||||||
{
|
|
||||||
label: "Contact Us", href: "/contact"},
|
|
||||||
{
|
|
||||||
label: "Get a Quote", href: "/contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
|
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
|
||||||
bottomRightText="Crafted with passion for nature."
|
bottomRightText="Crafted with passion for nature."
|
||||||
|
|||||||
Reference in New Issue
Block a user