From 86adbdf1f4453ee873e6511fe8415bc36d9e95db Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 13:08:26 +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 aaf5c63..ad993df 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 21 Jun 2026 13:08:29 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 53 ++++++++++++--------------------------- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ad993df..a8691c0 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": "الرئيسية", - "href": "#" + "name": "الرئيسية", "href": "#" }, { - "name": "مشاريعنا", - "href": "#projects" + "name": "مشاريعنا", "href": "#projects" }, { - "name": "التمويل", - "href": "#financing" + "name": "التمويل", "href": "#financing" }, { - "name": "تواصل معنا", - "href": "#contact" + "name": "تواصل معنا", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,38 +49,26 @@ export default function Layout() { brand="شركة مالك للتطوير العقاري" columns={[ { - title: "اتصل بنا", - items: [ + title: "اتصل بنا", items: [ { - label: "01201796305", - href: "tel:01201796305", - }, + label: "01201796305", href: "tel:01201796305"}, { - label: "0572233710", - href: "tel:0572233710", - }, + label: "0572233710", href: "tel:0572233710"}, ], }, { - title: "موقعنا", - items: [ + title: "موقعنا", items: [ { - label: "دمياط - خلف الغرفة التجارية", - href: "#", - }, + label: "دمياط - خلف الغرفة التجارية", href: "#"}, ], }, ]} copyright="© 2024 جميع الحقوق محفوظة لشركة مالك للتطوير العقاري" links={[ { - label: "الخصوصية", - href: "#", - }, + label: "الخصوصية", href: "#"}, { - label: "الشروط والأحكام", - href: "#", - }, + label: "الشروط والأحكام", href: "#"}, ]} /> -- 2.49.1