feat: Enhance ProductCarousel with logging and response summarization, update category handling to support virtual categories 'neu' and 'bald'
This commit is contained in:
@@ -418,8 +418,8 @@ class SharedCarousel extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Product Carousel for "neu" category */}
|
||||
<ProductCarousel categoryId="neu" />
|
||||
{/* Product Carousel: virtual categories Neuheiten + Demnächst */}
|
||||
<ProductCarousel categoryId={["neu", "bald"]} />
|
||||
|
||||
{/* Manufacturer logo carousel */}
|
||||
<ManufacturerCarousel />
|
||||
|
||||
Reference in New Issue
Block a user