diff --git a/src/app/globals.css b/src/app/globals.css index 362211f..831fd38 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -15476,7 +15476,7 @@ h4.service-details__dynamic-content-erp { .hero-1 .slider-category-title { padding-top: 15px; text-align: center; - font-size: 16px; + font-size: 14px; font-weight: 900; color: #1a1f2b; } @@ -15698,7 +15698,7 @@ h4.service-details__dynamic-content-erp { .hero-1 .slider-category-title { padding-top: 15px; text-align: center; - font-size: 15px; + font-size: 12px; font-weight: 900; color: #1a1f2b; } @@ -16423,6 +16423,10 @@ h4.service-details__dynamic-content-erp { .sec-title__title { font-size: 26px; } + + .hero-1 .slider-category-title { + font-size: 11px !important; + } } /* 1200px */ @@ -16441,6 +16445,7 @@ h4.service-details__dynamic-content-erp { .hero-1 .slider-category-title { font-size: 11px !important; + line-height: 15px; } .testimonial-btn { diff --git a/src/components/careers/WorkProcessSection.tsx b/src/components/careers/WorkProcessSection.tsx index c881ae9..78b43bd 100644 --- a/src/components/careers/WorkProcessSection.tsx +++ b/src/components/careers/WorkProcessSection.tsx @@ -4,7 +4,7 @@ import React, { useEffect, useRef, useState } from "react"; const WorkProcessSection2 = () => { const sectionRef = useRef(null); - const [activeCardId, setActiveCardId] = useState(null); + const [activeCardId, setActiveCardId] = useState(1); useEffect(() => { const observer = new IntersectionObserver( @@ -88,7 +88,7 @@ const WorkProcessSection2 = () => { digital transformation journey -
+
diff --git a/src/components/home/home-1/BlogSection.tsx b/src/components/home/home-1/BlogSection.tsx index 406aace..130a87d 100644 --- a/src/components/home/home-1/BlogSection.tsx +++ b/src/components/home/home-1/BlogSection.tsx @@ -134,6 +134,15 @@ const BlogSection = ({ return (
+
+
+
+
+
OUR BLOGS
+

Latest Blogs Post

+
+
+
{isSlider ? ( {currentBlogs.map((blog) => (