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 = [
{page: "/", key: "home"},
{page: "/services", key: "services"},
{page: "/price", key: "price"},
{page: "/about", key: "about"},
{page: "/history", key: "history"},
{page: "/contact", key: "contact"},