Merge version_1_1782047242557 into main #1
@@ -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() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="شركة مالك"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
|
||||
ctaButton={{
|
||||
text: "احجز استشارتك",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "احجز استشارتك", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -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: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user