From 0307202ca0cdab6b5b71231234ab4c8d0d14369e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 20:06:52 +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 15decf3..18cf9f0 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 20:06:55 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 97 ++++++++++++--------------------------- 1 file changed, 29 insertions(+), 68 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 18cf9f0..ef5f257 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,90 +7,51 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "בית", - "href": "#hero" - }, - { - "name": "אודות", - "href": "#about" - }, - { - "name": "תפריט", - "href": "#menu" - }, - { - "name": "צרו קשר", - "href": "#contact" - }, - { - "name": "Features", - "href": "#features" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Faq", - "href": "#faq" - } -]; + { "name": "בית", "href": "#hero" }, + { "name": "אודות", "href": "#about" }, + { "name": "תפריט", "href": "#menu" }, + { "name": "צרו קשר", "href": "#contact" }, + { "name": "Features", "href": "#features" }, + { "name": "Testimonials", "href": "#testimonials" }, + { "name": "Faq", "href": "#faq" } + ]; return ( + logo="קפה אמירה" + logoImageSrc="http://img.b2bpic.net/free-vector/elegant-coffee-shop-typography-logo_742173-4123.jpg" + ctaButton={{ + text: "הזמן מקום", href: "#contact"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 קפה אמירה" + rightText="כל הזכויות שמורות" + />
); -} +} \ No newline at end of file -- 2.49.1