From 6f7b59093a6111702ea5ba81e951c5470494d0eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:25:40 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 194154b..9301dd6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,10 +34,12 @@ export default function AboutPage() { name: "Portfolio", id: "/#portfolio"}, { name: "Testimonials", id: "/#testimonials"}, + { + name: "Contact", id: "/contact"}, // Added contact link ]} brandName="Lombard Landscaping by Morris LDC" animateOnLoad={true} - button={{ text: "Contact Us", href: "/" }} + button={{ text: "Contact Us", href: "/contact" }} // Updated button href /> @@ -50,7 +52,7 @@ export default function AboutPage() { imageAlt="Lombard Landscaping team working in a garden" buttons={[ { - text: "Contact Us", href: "/" + text: "Contact Us", href: "/contact" // Updated href to contact page }, ]} /> @@ -83,6 +85,14 @@ export default function AboutPage() { label: "FAQ", href: "/#faq"}, ], }, + { // Added Connect column + 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."