Update src/app/about/page.tsx

This commit is contained in:
2026-05-30 04:37:03 +00:00
parent 1b5bca474b
commit 6666e9c708

View File

@@ -35,11 +35,11 @@ export default function AboutPage() {
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/#contact"},
name: "Contact", id: "/contact"},
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/#contact"}}
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -53,7 +53,7 @@ export default function AboutPage() {
imageAlt="Lombard Landscaping team working in a garden"
buttons={[
{
text: "Contact Us", href: "/#contact",
text: "Contact Us", href: "/contact",
},
]}
/>
@@ -89,9 +89,9 @@ export default function AboutPage() {
{
title: "Connect", items: [
{
label: "Contact Us", href: "/#contact"},
label: "Contact Us", href: "/contact"},
{
label: "Get a Quote", href: "/#contact"},
label: "Get a Quote", href: "/contact"},
],
},
]}
@@ -102,4 +102,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}