From db7208b1156763f69b73f7433606f261c0be8a5e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 25 Jun 2026 08:18:11 +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 8832c3e..e18cacf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Thu, 25 Jun 2026 08:18:14 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e18cacf..7f43c89 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": "#hero" + "name": "الرئيسية", "href": "#hero" }, { - "name": "القائمة", - "href": "#menu" + "name": "القائمة", "href": "#menu" }, { - "name": "عنا", - "href": "#about" + "name": "عنا", "href": "#about" }, { - "name": "تواصل", - "href": "#contact" + "name": "تواصل", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,42 +49,28 @@ export default function Layout() { brand="شهية نجد" columns={[ { - title: "روابط سريعة", - items: [ + title: "روابط سريعة", items: [ { - label: "القائمة", - href: "#menu", - }, + label: "القائمة", href: "#menu"}, { - label: "عنا", - href: "#about", - }, + label: "عنا", href: "#about"}, ], }, { - title: "تواصل", - items: [ + title: "تواصل", items: [ { - label: "الرياض، المملكة العربية السعودية", - href: "#", - }, + label: "الرياض، المملكة العربية السعودية", href: "#"}, { - label: "info@shahiyatnajd.sa", - href: "mailto:info@shahiyatnajd.sa", - }, + label: "info@shahiyatnajd.sa", href: "mailto:info@shahiyatnajd.sa"}, ], }, ]} copyright="© ٢٠٢٤ شهية نجد. جميع الحقوق محفوظة." links={[ { - label: "القائمة", - href: "#menu", - }, + label: "القائمة", href: "#menu"}, { - label: "عنا", - href: "#about", - }, + label: "عنا", href: "#about"}, ]} /> -- 2.49.1