From 87649189b0a4f20caae32c99f11c8bcd1536a4ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 09:27:47 +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 9993d09..a1b4a71 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -49,7 +49,7 @@ export default function Layout() { copyright="© 2026 Brand. All rights reserved." columns={[ { - title: "Product", links: [ + title: "Product", items: [ { label: "Features", href: "#features"}, { @@ -57,7 +57,7 @@ export default function Layout() { ], }, { - title: "Company", links: [ + title: "Company", items: [ { label: "About", href: "#about"}, { -- 2.49.1