diff --git a/frontend/components/global/product-detail/ProductsSlider.vue b/frontend/components/global/product-detail/ProductsSlider.vue index 328efcd..c8bf584 100644 --- a/frontend/components/global/product-detail/ProductsSlider.vue +++ b/frontend/components/global/product-detail/ProductsSlider.vue @@ -9,6 +9,7 @@ import type { SwiperClass } from "swiper/react"; type Props = { title: string; products: ProductListItem[]; + iconImage: string; }; // props @@ -30,7 +31,7 @@ const onSwiper = (swiper: SwiperClass) => {
- + {{ title }} diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue index 5dbba65..deb9cde 100644 --- a/frontend/pages/index.vue +++ b/frontend/pages/index.vue @@ -33,12 +33,14 @@ if (response.isError) {
@@ -46,12 +48,14 @@ if (response.isError) {
diff --git a/frontend/public/img/discount-section.gif b/frontend/public/img/discount-section.gif new file mode 100644 index 0000000..69ae799 Binary files /dev/null and b/frontend/public/img/discount-section.gif differ diff --git a/frontend/public/img/most-popular-section.gif b/frontend/public/img/most-popular-section.gif new file mode 100644 index 0000000..b3796d5 Binary files /dev/null and b/frontend/public/img/most-popular-section.gif differ diff --git a/frontend/public/img/most-sell-section.gif b/frontend/public/img/most-sell-section.gif new file mode 100644 index 0000000..188bb5f Binary files /dev/null and b/frontend/public/img/most-sell-section.gif differ diff --git a/frontend/public/img/most-viewed-section.gif b/frontend/public/img/most-viewed-section.gif new file mode 100644 index 0000000..6961c5f Binary files /dev/null and b/frontend/public/img/most-viewed-section.gif differ