diff --git a/app/src/components/TermCard.vue b/app/src/components/TermCard.vue new file mode 100644 index 0000000..3728d33 --- /dev/null +++ b/app/src/components/TermCard.vue @@ -0,0 +1,21 @@ + + + diff --git a/app/src/router/index.js b/app/src/router/index.js index bfade57..84574ec 100644 --- a/app/src/router/index.js +++ b/app/src/router/index.js @@ -5,6 +5,7 @@ import Subscriptions from "../views/Subscriptions.vue"; import Ourhistory from "../views/Ourhistory.vue"; import Login from "../views/Login.vue"; import Signup from "../views/Signup.vue"; +import OurProducts from "../views/OurProducts.vue"; const routes = [ { @@ -29,6 +30,10 @@ const routes = [ path: "/abonnements", component: Subscriptions, }, + { + path: "/nos-articles", + component: OurProducts, + }, { path: "/page-not-found", component: Notfound, diff --git a/app/src/shared/layout/Header.vue b/app/src/shared/layout/Header.vue index f94d285..a56d9eb 100644 --- a/app/src/shared/layout/Header.vue +++ b/app/src/shared/layout/Header.vue @@ -20,6 +20,12 @@ value="cartes cadeaux" to="/cartes-cadeaux" > + Cartes cadeaux + Nos articles Notre histoire diff --git a/app/src/views/OurProducts.vue b/app/src/views/OurProducts.vue new file mode 100644 index 0000000..8d66f1a --- /dev/null +++ b/app/src/views/OurProducts.vue @@ -0,0 +1,104 @@ + + + + +