From 649c8169146532ed97958147f96992cfcd1895e7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 14:11:24 +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 d80c3c8..9441067 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Mon, 15 Jun 2026 14:11:27 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9441067..66074f2 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "O nas", - "href": "#about" + "name": "O nas", "href": "#about" }, { - "name": "Oferta", - "href": "#products" + "name": "Oferta", "href": "#products" }, { - "name": "Opinie", - "href": "#testimonials" + "name": "Opinie", "href": "#testimonials" }, { - "name": "Kontakt", - "href": "#contact" + "name": "Kontakt", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -44,11 +37,9 @@ export default function Layout() {
@@ -60,13 +51,9 @@ export default function Layout() { copyright="© 2024 P.P.H. DRANPOL. Wszelkie prawa zastrzeżone." socialLinks={[ { - icon: Facebook, - href: "#", - }, + icon: "Facebook", href: "#"}, { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, ]} /> -- 2.49.1