Commit dadc4897 by Ravindra Kanojiya

updated

1 parent df21d1d0
...@@ -9,11 +9,11 @@ import FadeInStagger from "@/components/FadeInStagger"; ...@@ -9,11 +9,11 @@ import FadeInStagger from "@/components/FadeInStagger";
import Heading from "@/components/Heading"; import Heading from "@/components/Heading";
const CollectionData = [ const CollectionData = [
{ image: "/image/collection/kurti1.png", title: "Kitchen" }, { image: "/image/collection/01.png", title: "Kitchen" },
{ image: "/image/collection/Wardrobes.png", title: "Wardrobes" }, { image: "/image/collection/02.png", title: "Wardrobes" },
{ image: "/image/collection/kurti1.png", title: "Surface" }, { image: "/image/collection/03.png", title: "Surface" },
{ image: "/image/collection/Wardrobes.png", title: "Doors" }, { image: "/image/collection/04.png", title: "Doors" },
{ image: "/image/collection/kurti1.png", title: "Living Room" }, { image: "/image/collection/02.png", title: "Living Room" },
]; ];
const CollectionSlider = () => { const CollectionSlider = () => {
...@@ -110,12 +110,13 @@ const CollectionSlider = () => { ...@@ -110,12 +110,13 @@ const CollectionSlider = () => {
spaceBetween={25} spaceBetween={25}
loop={true} loop={true}
allowTouchMove={true} allowTouchMove={true}
autoplay={{ // autoplay={{
delay: 0, // delay: 0,
disableOnInteraction: false, // disableOnInteraction: false,
pauseOnMouseEnter: true, // pauseOnMouseEnter: true,
}} // }}
speed={6000} autoplay={false}
speed={1200}
navigation={{ navigation={{
nextEl: ".cust-swiper-button-next", nextEl: ".cust-swiper-button-next",
prevEl: ".cust-swiper-button-prev", 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!