From 4f9568bff4cc504bec3507a89823b80005d874df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 23:47:50 +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 8bd24d1..a6eca4d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,7 +43,7 @@ export default function Layout() { copyright="© 2026 Brand. All rights reserved." columns={[ { - title: "Product", links: [ + title: "Product", items: [ { label: "Features", href: "#features"}, { @@ -51,7 +51,7 @@ export default function Layout() { ], }, { - title: "Company", links: [ + title: "Company", items: [ { label: "About", href: "#about"}, {