feat: Enhance ProductCarousel with logging and response summarization, update category handling to support virtual categories 'neu' and 'bald'

This commit is contained in:
sebseb7
2026-03-25 08:46:57 +01:00
parent af6893b5b0
commit ddc460f877
2 changed files with 310 additions and 31 deletions

View File

@@ -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 />