From 500c6cf822114a82ca90c70b212e2f969f4d30da Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Fri, 23 Aug 2024 14:04:44 +0700 Subject: add ready stock --- src/components/ui/PopularProduct.jsx | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'src/components/ui/PopularProduct.jsx') diff --git a/src/components/ui/PopularProduct.jsx b/src/components/ui/PopularProduct.jsx index bbbd18bc..92b2a1b6 100644 --- a/src/components/ui/PopularProduct.jsx +++ b/src/components/ui/PopularProduct.jsx @@ -5,6 +5,7 @@ import { useQuery } from 'react-query' import { PopularProductSkeleton } from '../skeleton/PopularProductSkeleton' import DesktopView from '@/core/components/views/DesktopView' import ProductCard from '@/lib/product/components/ProductCard' +import Link from '@/core/components/elements/Link/Link' const PopularProduct = () => { const popularProduct = useQuery('popularProduct', popularProductApi()) @@ -16,15 +17,31 @@ const PopularProduct = () => { <>
-
Produk Banyak Dilihat
+

+ Produk Ready Stock +

+ +

Lihat Semua

+
-
- Produk Banyak Dilihat +
+

+ Produk Ready Stock +

+ +

Lihat Semua

+
{popularProduct.data && -- cgit v1.2.3