feat: Enhance ProductFilters to load manufacturer images and display them in the Filter component

This commit is contained in:
sebseb7
2026-03-11 06:41:00 +01:00
parent 78bb99b418
commit 80b066842d
3 changed files with 35 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import { withTranslation } from 'react-i18next';
import { withLanguage } from '../i18n/withTranslation.js';
const ITEM_WIDTH = 140 + 16; // 140px width + 16px gap
const AUTO_SCROLL_SPEED = 0.4;
const AUTO_SCROLL_SPEED = 1.0;
class ManufacturerCarousel extends React.Component {
_isMounted = false;
@@ -89,7 +89,7 @@ class ManufacturerCarousel extends React.Component {
if (!items || items.length === 0) return null;
return (
<Box sx={{ mt: 4 }}>
<Box sx={{ mt: 4, mb: 4 }}>
<Typography
variant="h4"
component="div"