1 Commits

Author SHA1 Message Date
6f7b59093a Update src/app/about/page.tsx 2026-05-30 05:25:40 +00:00

View File

@@ -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
/>
</div>
@@ -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."