From 5fa86fff97f428984d6b624144bcb77a32de985f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:37:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 347 ++++++++--------------------------------------- 1 file changed, 59 insertions(+), 288 deletions(-) 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." /> -- 2.49.1