Commit dadc4897 by Ravindra Kanojiya

updated

1 parent df21d1d0
......@@ -9,11 +9,11 @@ import FadeInStagger from "@/components/FadeInStagger";
import Heading from "@/components/Heading";
const CollectionData = [
{ image: "/image/collection/kurti1.png", title: "Kitchen" },
{ image: "/image/collection/Wardrobes.png", title: "Wardrobes" },
{ image: "/image/collection/kurti1.png", title: "Surface" },
{ image: "/image/collection/Wardrobes.png", title: "Doors" },
{ image: "/image/collection/kurti1.png", title: "Living Room" },
{ image: "/image/collection/01.png", title: "Kitchen" },
{ image: "/image/collection/02.png", title: "Wardrobes" },
{ image: "/image/collection/03.png", title: "Surface" },
{ image: "/image/collection/04.png", title: "Doors" },
{ image: "/image/collection/02.png", title: "Living Room" },
];
const CollectionSlider = () => {
......@@ -110,12 +110,13 @@ const CollectionSlider = () => {
spaceBetween={25}
loop={true}
allowTouchMove={true}
autoplay={{
delay: 0,
disableOnInteraction: false,
pauseOnMouseEnter: true,
}}
speed={6000}
// autoplay={{
// delay: 0,
// disableOnInteraction: false,
// pauseOnMouseEnter: true,
// }}
autoplay={false}
speed={1200}
navigation={{
nextEl: ".cust-swiper-button-next",
prevEl: ".cust-swiper-button-prev",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!