This pull request updates the visibility of the arrow buttons in the SwiperCarousel component. The previous implementation had the arrows visible on all screen sizes, which caused layout issues on smaller screens. This update adds the "hidden md:block" class to the arrow buttons, making them visible only on medium-sized screens and above.
This pull request updates the visibility of the arrow buttons in the SwiperCarousel component. The previous implementation had the arrows visible on all screen sizes, which caused layout issues on smaller screens. This update adds the "hidden md:block" class to the arrow buttons, making them visible only on medium-sized screens and above.