Added an initial price navbar entry

This commit is contained in:
Joao Ramos
2024-01-10 22:13:26 +00:00
parent 8538deebc5
commit 1dcd269127
2 changed files with 5 additions and 0 deletions

View File

@@ -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"},

View File

@@ -7,6 +7,10 @@
"en": "Services", "en": "Services",
"ar": "خدماتنا" "ar": "خدماتنا"
}, },
"price": {
"en": "Price",
"ar": "الأسعار"
},
"about": { "about": {
"en": "About us", "en": "About us",
"ar": "نبذة عنا" "ar": "نبذة عنا"