Merge version_2_1778483445367 into main

Merge version_2_1778483445367 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 07:13:04 +00:00

View File

@@ -43,7 +43,7 @@ export default function Layout() {
copyright="© 2026 Brand. All rights reserved." copyright="© 2026 Brand. All rights reserved."
columns={[ columns={[
{ {
title: "Product", links: [ title: "Product", items: [
{ {
label: "Features", href: "#features"}, label: "Features", href: "#features"},
{ {
@@ -51,7 +51,7 @@ export default function Layout() {
], ],
}, },
{ {
title: "Company", links: [ title: "Company", items: [
{ {
label: "About", href: "#about"}, label: "About", href: "#about"},
{ {