22 Commits

Author SHA1 Message Date
db570fe276 Update src/app/services/page.tsx 2026-05-30 05:22:44 +00:00
2df62b6c2a Update src/app/page.tsx 2026-05-30 05:22:43 +00:00
8606c533a1 Update src/app/about/page.tsx 2026-05-30 05:22:42 +00:00
432a4ca467 Update src/app/services/page.tsx 2026-05-30 05:21:37 +00:00
fac4e9f3e2 Update src/app/page.tsx 2026-05-30 05:21:36 +00:00
6961977c49 Update src/app/about/page.tsx 2026-05-30 05:21:36 +00:00
7e40b6ec27 Switch to version 9: modified src/app/page.tsx 2026-05-30 05:15:38 +00:00
363a262050 Switch to version 9: modified src/app/contact/page.tsx 2026-05-30 05:15:37 +00:00
8a6fae8d5c Switch to version 10: modified src/app/page.tsx 2026-05-30 05:15:35 +00:00
427122d127 Switch to version 11: modified src/app/page.tsx 2026-05-30 05:15:30 +00:00
de433076d1 Merge version_12 into main
Merge version_12 into main
2026-05-30 05:13:56 +00:00
c15f48925b Update src/app/page.tsx 2026-05-30 05:13:52 +00:00
85f7e23051 Merge version_11 into main
Merge version_11 into main
2026-05-30 05:09:21 +00:00
b878652568 Update src/app/page.tsx 2026-05-30 05:09:18 +00:00
787c21b9dc Merge version_10 into main
Merge version_10 into main
2026-05-30 05:07:11 +00:00
bb1ac125c8 Update src/app/page.tsx 2026-05-30 05:07:08 +00:00
89ae15a7a7 Update src/app/contact/page.tsx 2026-05-30 05:07:07 +00:00
a9a6d429bc Merge version_8 into main
Merge version_8 into main
2026-05-30 04:51:29 +00:00
64ffb23daa Update src/app/page.tsx 2026-05-30 04:51:26 +00:00
07a0acfd8e Merge version_8 into main
Merge version_8 into main
2026-05-30 04:50:50 +00:00
42a96ad0ee Update src/app/page.tsx 2026-05-30 04:50:47 +00:00
cab6ead88e Update src/app/contact/page.tsx 2026-05-30 04:50:46 +00:00
4 changed files with 8 additions and 52 deletions

View File

@@ -34,13 +34,10 @@ export default function AboutPage() {
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"},
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
button={{ text: "Contact Us", href: "/" }}
/>
</div>
@@ -53,7 +50,7 @@ export default function AboutPage() {
imageAlt="Lombard Landscaping team working in a garden"
buttons={[
{
text: "Contact Us", href: "/contact",
text: "Contact Us", href: "/"
},
]}
/>
@@ -86,14 +83,6 @@ export default function AboutPage() {
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."
bottomRightText="Crafted with passion for nature."

View File

@@ -52,7 +52,7 @@ export default function ContactPage() {
text="Ready to Transform Your Landscape? Contact Us!"
buttons={[
{
text: "Call Us Today", href: "tel:+16306616168"
text: "Call for a Free Consultation", href: "tel:630-661-6168"
}
]}
/>

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -43,13 +43,10 @@ export default function LandingPage() {
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"},
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
button={{ text: "Contact Us", href: "/" }}
/>
</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."
buttons={[
{
text: "Get a Free Consultation", href: "/contact"},
text: "Get a Free Consultation", href: "/"},
{
text: "View Our Portfolio", href: "/#portfolio"},
]}
@@ -234,18 +231,7 @@ export default function LandingPage() {
/>
</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">
<FooterSimple
@@ -274,14 +260,6 @@ export default function LandingPage() {
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."
bottomRightText="Crafted with passion for nature."

View File

@@ -34,13 +34,10 @@ export default function ServicesPage() {
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"},
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
button={{ text: "Contact Us", href: "/" }}
/>
</div>
@@ -101,14 +98,6 @@ export default function ServicesPage() {
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."
bottomRightText="Crafted with passion for nature."