diff --git a/src/components/Resources/index.jsx b/src/components/Resources/index.jsx index ace7aea..59dcb98 100644 --- a/src/components/Resources/index.jsx +++ b/src/components/Resources/index.jsx @@ -65,7 +65,8 @@ export default function Resources(props) { if(name == 'blog'){ return blogItems?.blogdata?.length }else if(name == 'onsale'){ - return onSaleProducts?.length + // return onSaleProducts?.length + return null }else if(name == 'owned'){ return ownProducts?.length }else if(name == 'created'){ @@ -95,7 +96,6 @@ export default function Resources(props) { : "text-thin-light-gray bg-[#F2B8FD]" }`} > - {/* 16 blog, onsale, owned,created */} {countNumber(tabValue.name)} diff --git a/src/components/Resources/tabs/QuestionsTab.jsx b/src/components/Resources/tabs/QuestionsTab.jsx index 6a163c5..6daa87d 100644 --- a/src/components/Resources/tabs/QuestionsTab.jsx +++ b/src/components/Resources/tabs/QuestionsTab.jsx @@ -1,26 +1,44 @@ import ProductCardStyleTwo from "../../Cards/ProductCardStyleTwo"; import DataIteration from "../../Helpers/DataIteration"; import SearchCom from "../../Helpers/SearchCom"; +import localImgLoad from "../../../lib/localImgLoad"; export default function QuestionsTab({ className, products }) { return ( <>
-
- {/* filter-search */} -
- +
+

Ask our A.I

+
+
+ AI +
+
+
+ +
+ {/* filter-search */} +
+ +
+
+ +
+
-
+ {/*
- - -
-
+
*/}