feat: change layout and styles according to new design
This commit is contained in:
@@ -19,6 +19,7 @@ const settings: ComponentProps<typeof Slider> = {
|
||||
lazyLoad: 'progressive',
|
||||
prevArrow: <Image src={sliderArrowLeft} alt={''}/>,
|
||||
nextArrow: <Image src={sliderArrowRight} alt={''}/>,
|
||||
dots: true
|
||||
};
|
||||
|
||||
export function Carousel({children}: Props) {
|
||||
|
||||
Reference in New Issue
Block a user