remove cons
parent
a00500fbef
commit
0d11cd738f
|
@ -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) => (
|
||||
|
|
Loading…
Reference in New Issue