diff --git a/components/Home/Gallery.jsx b/components/Home/Gallery.jsx
index a9fbeed..74ecb3f 100644
--- a/components/Home/Gallery.jsx
+++ b/components/Home/Gallery.jsx
@@ -83,14 +83,14 @@ const ServiceSlider = () => {
// slideShadows: false
// }}
pagination={{
- dynamicBullets: true
+ clickable: true
}}
autoplay={{
delay: 2000,
disableOnInteraction: true
}}
modules={[Autoplay, Pagination]}
- className="overflow-hidden"
+ className="overflow-hidden pb-12"
>
{serviceData.map((item, index) => (
@@ -110,6 +110,7 @@ const ServiceSlider = () => {
))}
+
>
// {
}, []);
return (
-
+
{isVisible && (