remove cons

main
Amir Hossein Moghiseh 2025-03-12 04:12:14 +03:30
parent a00500fbef
commit 0d11cd738f
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@ const Products = async () => {
<ProductCarousel products={products1} subtitle={""} title={t.HomePage.products.title[0]} showMoreLink={"/products/active"} />
</div>
<div>
{/* <div>
<ProductCarousel products={products2} subtitle={""} title={t.HomePage.products.title[1]} showMoreLink={"/products/construction"} />
</div>
</div> */}
{/* <div className="grid grid-cols-1 lg:grid-cols-3 gap-5">
{products?.map((product, index) => (