Merge version_1_1782217645457 into main #3

Merged
bender merged 1 commits from version_1_1782217645457 into main 2026-06-23 12:29:29 +00:00

View File

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