diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index aaf5c63..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,10 +36,9 @@ export default function Layout() {
@@ -57,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: "#"}, ]} />