From 6961977c49ca17ab59fc2f698730304e4bafc9c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:21:36 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0881bc..fff1b56 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,12 +34,8 @@ 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} /> @@ -53,7 +49,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 +82,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." From fac4e9f3e22d16ec188f3b9bf7fb887cc29d4355 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:21:36 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c12b9b..a8e18e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,12 +43,8 @@ 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} /> @@ -61,7 +57,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 +230,7 @@ export default function LandingPage() { /> -
- -
+ @@ -101,14 +97,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."