Skip to content

Commit

Permalink
fix: landing page slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Samdevtechnology committed Jul 22, 2024
1 parent a072e15 commit 00c7644
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/components/pages/home/ImageSlider.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { A11y, Autoplay, EffectFade } from "swiper/modules";
import { A11y, Autoplay } from "swiper/modules";
import { Swiper, SwiperSlide } from "swiper/react";

import "swiper/css";
Expand All @@ -14,9 +14,8 @@ const ImageSlider = () => {
delay: 2500,
disableOnInteraction: false,
}}
effect={"fade"}
speed={3000}
modules={[Autoplay, EffectFade, A11y]}
modules={[Autoplay, A11y]}
className="mySwiper md:rounded-lg"
>
<SwiperSlide className="w-full">
Expand Down

0 comments on commit 00c7644

Please sign in to comment.