Update src/components/Layout.tsx

This commit is contained in:
2026-06-02 23:47:50 +00:00
parent aef185026b
commit 4f9568bff4

View File

@@ -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"},
{