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