From 4c338458bed4352891af0c048ab88777e72dca97 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 10 Jun 2026 19:05:48 +0000 Subject: [PATCH] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d20ced6..e94a169 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -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: "#", }, ]}