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: "#" }