Added an initial price navbar entry
This commit is contained in:
@@ -13,6 +13,7 @@ import translation from "@/translation/navbar.json";
|
|||||||
const items = [
|
const items = [
|
||||||
{page: "/", key: "home"},
|
{page: "/", key: "home"},
|
||||||
{page: "/services", key: "services"},
|
{page: "/services", key: "services"},
|
||||||
|
{page: "/price", key: "price"},
|
||||||
{page: "/about", key: "about"},
|
{page: "/about", key: "about"},
|
||||||
{page: "/history", key: "history"},
|
{page: "/history", key: "history"},
|
||||||
{page: "/contact", key: "contact"},
|
{page: "/contact", key: "contact"},
|
||||||
|
|||||||
@@ -7,6 +7,10 @@
|
|||||||
"en": "Services",
|
"en": "Services",
|
||||||
"ar": "خدماتنا"
|
"ar": "خدماتنا"
|
||||||
},
|
},
|
||||||
|
"price": {
|
||||||
|
"en": "Price",
|
||||||
|
"ar": "الأسعار"
|
||||||
|
},
|
||||||
"about": {
|
"about": {
|
||||||
"en": "About us",
|
"en": "About us",
|
||||||
"ar": "نبذة عنا"
|
"ar": "نبذة عنا"
|
||||||
|
|||||||
Reference in New Issue
Block a user