From 13da8f2dbaf8d5455113b3a10aae5ddb1f92ddfe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 08:25:17 +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 e2287e0..8c50c05 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -48,6 +48,7 @@ export default function Layout() { Date: Fri, 19 Jun 2026 08:25:20 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 62 ++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 37 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 8c50c05..7974d1d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,36 +9,28 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "ספרי ילדים", - "href": "#ספרי-ילדים" + "name": "ספרי ילדים", "href": "#ספרי-ילדים" }, { - "name": "ספרי ילדים לקירוב", - "href": "#ספרי-ילדים-לקירוב" + "name": "ספרי ילדים לקירוב", "href": "#ספרי-ילדים-לקירוב" }, { - "name": "ספרים יהדות בעברית", - "href": "#יהדות-בעברית" + "name": "ספרים יהדות בעברית", "href": "#יהדות-בעברית" }, { - "name": "עיתונים בעברית", - "href": "#עיתונים" + "name": "עיתונים בעברית", "href": "#עיתונים" }, { - "name": "חסידות", - "href": "#חסידות" + "name": "חסידות", "href": "#חסידות" }, { - "name": "שיעורים בווידאו", - "href": "#שיעורים" + "name": "שיעורים בווידאו", "href": "#שיעורים" }, { - "name": "אודות", - "href": "#אודות" + "name": "אודות", "href": "#אודות" }, { - "name": "צרו קשר", - "href": "#צרו-קשר" + "name": "צרו קשר", "href": "#צרו-קשר" } ]; @@ -47,33 +39,29 @@ export default function Layout() { + logo="חסידה הלוי" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=zsioej" + ctaButton={{ + text: "לגלות עוד", href: "#ספרי-ילדים"}} + navItems={navItems} + />
+ brand="חסידה הלוי © 2024. כל הזכויות שמורות." + copyright="האתר הרשמי של חסידה הלוי" + socialLinks={[ + { + icon: "Facebook"}, + { + icon: "Instagram"}, + { + icon: "Twitter"}, + ]} + /> ); -- 2.49.1