diff --git a/components/Header.vue b/components/Header.vue index a9f3708..64770d9 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -63,14 +63,14 @@ export default { shoppingCart:[], links: [ { img: 'mdi-account', link: "/category/services", title: 'পরিসেবা ' }, + { img: 'mdi-diamond', link: "/category/jewlry", title: 'গয়না ' }, + { img: 'mdi-spray', link: "/category/cosmetics", title: 'প্রসাধন ' }, { img: 'mdi-corn', link: "/category/vegetables", title: 'সবজি ' }, { img: 'mdi-apple', link: "/category/fruits", title: 'ফল ' }, { img: 'mdi-apple', link: "/category/cloths", title: 'পরিধান ' }, - { img: 'mdi-diamond', link: "/category/jewlry", title: 'গয়না ' }, - { img: 'mdi-spray', link: "/category/cosmetics", title: 'প্রসাধন ' }, { img: 'mdi-tag', link: "/category/grocery", title: 'মুদি ' }, { img: 'mdi-basket', link: "/bag", title: 'ব্যাগ ' }, - { img: 'mdi-cellphone-basic', link: "/contact", title: 'যোগাযোগ ' }, + { img: 'mdi-cellphone-basic', link: "/category/", title: 'সব বিভাগ' }, ], }), diff --git a/pages/category/index.vue b/pages/category/index.vue new file mode 100644 index 0000000..a85e818 --- /dev/null +++ b/pages/category/index.vue @@ -0,0 +1,58 @@ + + \ No newline at end of file diff --git a/static/images/bag.jpeg b/static/images/bag.jpeg new file mode 100644 index 0000000..2a33325 Binary files /dev/null and b/static/images/bag.jpeg differ diff --git a/static/images/cosm.jpeg b/static/images/cosm.jpeg new file mode 100644 index 0000000..feefaaa Binary files /dev/null and b/static/images/cosm.jpeg differ diff --git a/static/images/dres.jpeg b/static/images/dres.jpeg new file mode 100644 index 0000000..592402f Binary files /dev/null and b/static/images/dres.jpeg differ diff --git a/static/images/fru.jpeg b/static/images/fru.jpeg new file mode 100644 index 0000000..83a24b2 Binary files /dev/null and b/static/images/fru.jpeg differ diff --git a/static/images/gro.jpeg b/static/images/gro.jpeg new file mode 100644 index 0000000..512c978 Binary files /dev/null and b/static/images/gro.jpeg differ diff --git a/static/images/jewl.jpeg b/static/images/jewl.jpeg new file mode 100644 index 0000000..4722fa6 Binary files /dev/null and b/static/images/jewl.jpeg differ diff --git a/static/images/service.jpeg b/static/images/service.jpeg new file mode 100644 index 0000000..f791e8f Binary files /dev/null and b/static/images/service.jpeg differ diff --git a/static/images/veg.jpeg b/static/images/veg.jpeg new file mode 100644 index 0000000..800762b Binary files /dev/null and b/static/images/veg.jpeg differ