👔 feat: add save button endpoint handler

This commit is contained in:
2026-03-29 11:34:08 +07:00
parent 6f2588250c
commit 99bf72c1af
3 changed files with 26 additions and 2 deletions

View File

@ -28,8 +28,6 @@ const HeroSwiper = (props: HeroSwiperProps) => {
<Swiper
spaceBetween={0}
slidesPerView={1}
onSlideChange={() => console.log("slide change")}
onSwiper={(swiper) => console.log(swiper)}
className="h-full"
autoplay={{ delay: 5000, disableOnInteraction: false }}
modules={[Autoplay, Pagination, Navigation]}