Commit 344a33b0 by gaurav

slider arrow added

1 parent 984893d8
...@@ -6,6 +6,7 @@ import { Col, Container, Row } from "react-bootstrap"; ...@@ -6,6 +6,7 @@ import { Col, Container, Row } from "react-bootstrap";
import Link from "next/link"; import Link from "next/link";
import { cleanImage } from "@/layout/imageHandling"; import { cleanImage } from "@/layout/imageHandling";
import Heading from "@/components/reuseables/Heading"; import Heading from "@/components/reuseables/Heading";
import SwiperNav from "@/components/reuseables/SwiperNav";
const industriesData = [ const industriesData = [
{ {
...@@ -159,7 +160,7 @@ const Industries = ({ industry }) => { ...@@ -159,7 +160,7 @@ const Industries = ({ industry }) => {
))} ))}
</Swiper> </Swiper>
<div className="cust_nav industry_nav swiper-nav text-center mt-md-4 mt-2"> <div className="cust_nav industry_nav swiper-nav text-center mt-md-4 mt-2">
{/* <SwiperNav /> */} <SwiperNav />
</div> </div>
</div> </div>
</> </>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!