From 72e1c0f12115d5ff36be6ad9d73b9afda0b7a5ec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 22:25:07 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e09e44a..29ae8d9 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -39,7 +39,7 @@ export default function Layout() { copyright="© 2026 Brand. All rights reserved." columns={[ { - title: "Product", links: [ + title: "Product", items: [ { label: "Features", href: "#features"}, { @@ -47,7 +47,7 @@ export default function Layout() { ], }, { - title: "Company", links: [ + title: "Company", items: [ { label: "About", href: "#about"}, { -- 2.49.1