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."