Update src/app/about/page.tsx

This commit is contained in:
2026-05-30 05:26:21 +00:00
parent 99a3c6e99a
commit cc3ac2d6fa

View File

@@ -24,20 +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: "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: "/" }}
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -50,7 +46,7 @@ export default function AboutPage() {
imageAlt="Lombard Landscaping team working in a garden"
buttons={[
{
text: "Contact Us", href: "/"
text: "Contact Us", href: "/contact"
},
]}
/>