Bob AI: fix build error in src/components/Layout.tsx
This commit is contained in:
@@ -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: "#",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user