Bob AI: fix build error in src/components/Layout.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-10 19:05:48 +00:00
parent 18aca5e632
commit 4c338458be

View File

@@ -50,27 +50,27 @@ export default function Layout() {
copyright="© 2026 Brand. All rights reserved."
columns={[
{
heading: "Product",
title: "Product",
links: [
{
text: "Features",
label: "Features",
href: "#features",
},
{
text: "Pricing",
label: "Pricing",
href: "#pricing",
},
],
},
{
heading: "Company",
title: "Company",
links: [
{
text: "About",
label: "About",
href: "#about",
},
{
text: "Contact",
label: "Contact",
href: "#contact",
},
],
@@ -78,11 +78,11 @@ export default function Layout() {
]}
links={[
{
text: "Privacy",
label: "Privacy",
href: "#",
},
{
text: "Terms",
label: "Terms",
href: "#",
},
]}