Update src/app/about/page.tsx

This commit is contained in:
2026-05-30 05:28:02 +00:00
parent 7f8a5d08ce
commit e201dcf79b

View File

@@ -24,22 +24,16 @@ export default function AboutPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"},
{
name: "Services", id: "/services"},
{
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"}, // Added contact link
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/#portfolio" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact Us", id: "/contact" }
]}
brandName="Lombard Landscaping by Morris LDC"
animateOnLoad={true}
button={{ text: "Contact Us", href: "/contact" }} // Updated button href
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -52,7 +46,7 @@ export default function AboutPage() {
imageAlt="Lombard Landscaping team working in a garden"
buttons={[
{
text: "Contact Us", href: "/contact" // Updated href to contact page
text: "Contact Us", href: "/contact"
},
]}
/>
@@ -85,14 +79,6 @@ 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."