From 0be22ee64a7658f6150186c4da974eb3d7d1429a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 19:30:38 +0000 Subject: [PATCH] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 703b422..b4b7739 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -57,8 +57,8 @@ export default function Layout() { brand="Roof Dynamics" columns={[ { - title: "Company", - items: [ + heading: "Company", + links: [ { label: "Services", href: "#services", @@ -74,8 +74,8 @@ export default function Layout() { ], }, { - title: "Support", - items: [ + heading: "Support", + links: [ { label: "Tampa Roofing Info", href: "#",