Merge version_1_1782033967133 into main #1

Merged
bender merged 2 commits from version_1_1782033967133 into main 2026-06-21 09:27:16 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "الرئيسية",
"href": "/"
"name": "الرئيسية", "href": "/"
},
{
"name": "خدماتنا",
"href": "#services"
"name": "خدماتنا", "href": "#services"
},
{
"name": "فريقنا",
"href": "#team"
"name": "فريقنا", "href": "#team"
},
{
"name": "تواصل معنا",
"href": "#contact"
"name": "تواصل معنا", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
<NavbarCentered
logo="Innovation Makers"
ctaButton={{
text: "English",
href: "/en",
}}
text: "English", href: "/en"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -58,41 +49,27 @@ export default function Layout() {
copyright="© 2026 Brand. All rights reserved."
columns={[
{
heading: "Product",
links: [
title: "Product", links: [
{
text: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
text: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
],
},
{
heading: "Company",
links: [
title: "Company", links: [
{
text: "About",
href: "#about",
},
label: "About", href: "#about"},
{
text: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}
links={[
{
text: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
text: "Terms",
href: "#",
},
label: "Terms", href: "#"},
]}
/>
</SectionErrorBoundary>