Merge version_1_1782375420424 into main #1

Merged
bender merged 2 commits from version_1_1782375420424 into main 2026-06-25 08:18:20 +00:00

View File

@@ -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,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Shahiyat Najd"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=duxciw"
ctaButton={{
text: "اطلب الآن",
href: "#contact",
}}
text: "اطلب الآن", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,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"},
]}
/>
</SectionErrorBoundary>