Commit 7fb260f1 by Ravindra Kanojiya

updated

1 parent 38e42fa8
...@@ -22,7 +22,7 @@ const ProjectSlider = ({projectData}) => { ...@@ -22,7 +22,7 @@ const ProjectSlider = ({projectData}) => {
const nextRef = useRef(null); const nextRef = useRef(null);
return ( return (
<div className="project-section py-5 position-relative"> <div className="project-section pt-5 position-relative">
<Container className="custom_container"> <Container className="custom_container">
{/* Heading */} {/* Heading */}
<Row className="text-md-center mb-4"> <Row className="text-md-center mb-4">
...@@ -48,7 +48,7 @@ const ProjectSlider = ({projectData}) => { ...@@ -48,7 +48,7 @@ const ProjectSlider = ({projectData}) => {
prevEl: ".cust-swiper-button-prev", prevEl: ".cust-swiper-button-prev",
}} }}
modules={[Navigation, Autoplay]} modules={[Navigation, Autoplay]}
className="projectSwiper pb-5" className="projectSwiper"
breakpoints={{ breakpoints={{
320: { slidesPerView: 1, spaceBetween: 15 }, 320: { slidesPerView: 1, spaceBetween: 15 },
640: { slidesPerView: 1.5, spaceBetween: 20 }, 640: { slidesPerView: 1.5, spaceBetween: 20 },
...@@ -136,11 +136,11 @@ const ProjectSlider = ({projectData}) => { ...@@ -136,11 +136,11 @@ const ProjectSlider = ({projectData}) => {
</svg> </svg>
</button> </button>
</div> */} </div> */}
<Row className=""> {/* <Row className="">
<Col className="d-flex justify-content-center" > <Col className="d-flex justify-content-center" >
<Link href={projectData?.viewMoreUrl || "#"} className="btn3">View More <i className="fa-solid fa-arrow-right"></i></Link> <Link href={projectData?.viewMoreUrl || "#"} className="btn3">View More <i className="fa-solid fa-arrow-right"></i></Link>
</Col> </Col>
</Row> </Row> */}
</Container> </Container>
{/* Swiper buttons outside container */} {/* Swiper buttons outside container */}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!