From 6e3431b5802a650b5bc216ecf8618c24762a252f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 12:29:22 +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 6e92156..2a5577c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -37,13 +37,13 @@ export default function Layout() { copyright="© 2026 Brand. All rights reserved." columns={[ { - title: "Product", links: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, ], }, { - title: "Company", links: [ + title: "Company", items: [ { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }, ], -- 2.49.1