diff --git a/app/components/ImageSliderWithModal.vue b/app/components/ImageSliderWithModal.vue deleted file mode 100644 index f85ad76..0000000 --- a/app/components/ImageSliderWithModal.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - diff --git a/app/components/ProductGallery.vue b/app/components/ProductGallery.vue new file mode 100644 index 0000000..9e94be8 --- /dev/null +++ b/app/components/ProductGallery.vue @@ -0,0 +1,241 @@ + + + + + \ No newline at end of file diff --git a/app/components/ProductModal.vue b/app/components/ProductModal.vue new file mode 100644 index 0000000..fe83ab3 --- /dev/null +++ b/app/components/ProductModal.vue @@ -0,0 +1,84 @@ + + + \ No newline at end of file diff --git a/app/pages/product/[id].vue b/app/pages/product/[id].vue index 182bd69..fd47838 100644 --- a/app/pages/product/[id].vue +++ b/app/pages/product/[id].vue @@ -1,6 +1,5 @@