Update src/app/about/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user