diff --git a/src/app/page.tsx b/src/app/page.tsx index 64df7e7..eb9507b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,14 @@ export default function LandingPage() { @@ -405,31 +190,17 @@ export default function LandingPage() { logoText="RBRN Landscaping" columns={[ { - title: "Services", - items: [ - { - label: "Lawn Care", - href: "#features", - }, - { - label: "Hardscaping", - href: "#features", - }, - ], + title: "Services", items: [ + { label: "Lawn Care", href: "#features" }, + { label: "Hardscaping", href: "#features" } + ] }, { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Contact", href: "#contact" } + ] + } ]} copyrightText="© 2024 RBRN Landscaping LLC. All rights reserved." />