From 3acf1372f8b52546ef381cc66ebb1aa9d42d9ecc Mon Sep 17 00:00:00 2001 From: ZaharBerku Date: Sat, 9 Nov 2024 17:44:53 +0200 Subject: [PATCH] hide sliders --- app/src/compoents/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/compoents/pages/HomePage.tsx b/app/src/compoents/pages/HomePage.tsx index 14ebedc4..eb61a2c5 100644 --- a/app/src/compoents/pages/HomePage.tsx +++ b/app/src/compoents/pages/HomePage.tsx @@ -1,6 +1,6 @@ "use client"; -import { ProductSliderSection, MainSlider } from "@/compoents/organisms"; +// import { ProductSliderSection, MainSlider } from "@/compoents/organisms"; import { useTranslations } from "next-intl"; import { FC } from "react"; @@ -14,7 +14,7 @@ const HomePage: FC = ({ data }) => { const t = useTranslations("Home.Main.Sections"); return (
- + {/* {Boolean(topProducts.data.length) && ( = ({ data }) => { data={discountProducts.data} href="/discount-products" /> - )} + )} */}
); };