From 484347d1dda4a131c2603d7efeda43d1a521f65f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 23:04:09 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d95d9cf..17acc54 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 20 Jun 2026 23:04:12 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 90 +++++++++++++++------------------------ 1 file changed, 34 insertions(+), 56 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 17acc54..7cad84c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Diensten", - "href": "#diensten" + "name": "Diensten", "href": "#diensten" }, { - "name": "Projecten", - "href": "#projecten" + "name": "Projecten", "href": "#projecten" }, { - "name": "Reviews", - "href": "#reviews" + "name": "Reviews", "href": "#reviews" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Over Ons", - "href": "#over-ons" + "name": "Over Ons", "href": "#over-ons" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -42,60 +35,45 @@ export default function Layout() { + logo="Bouwbedrijf L+D" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=a26nmu" + ctaButton={{ + text: "Offerte aanvragen", href: "#contact"}} + navItems={navItems} + />
+ label: "Diensten", href: "#diensten"}, + ]} + /> ); -- 2.49.1