From c56689e79567fe688eedc8ad92333053d2c699ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:17:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18fce8e..cb8f26e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,21 +180,21 @@ export default function LandingPage() { imageAlt="Professional lawn care footer" columns={[ { - items: [ + title: "Services", items: [ { label: "Services", href: "#services" }, { label: "About Us", href: "#about" }, { label: "Reviews", href: "#testimonials" } ] }, { - items: [ + title: "Company", items: [ { label: "Contact", href: "#contact" }, { label: "Free Quote", href: "#contact" }, { label: "Service Area", href: "#" } ] }, { - items: [ + title: "Legal", items: [ { label: "Women-Owned Business", href: "#" }, { label: "Google Reviews", href: "https://www.google.com" }, { label: "Privacy Policy", href: "#" } -- 2.49.1