diff --git a/src/components/mobile-app-development-service/BannerBottom.tsx b/src/components/mobile-app-development-service/BannerBottom.tsx index ada6c6c..8b0ee8d 100644 --- a/src/components/mobile-app-development-service/BannerBottom.tsx +++ b/src/components/mobile-app-development-service/BannerBottom.tsx @@ -104,7 +104,7 @@ const BannerBottom = () => { cursor: 'pointer', background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important', padding: '10px 25px', - borderRadius: '50px', + borderRadius: '10px', border: '1px solid rgba(55, 121, 185, 0.2)', transition: 'all 0.3s' }} diff --git a/src/components/mobile-app-development-service/style-app.css b/src/components/mobile-app-development-service/style-app.css index bdf2874..0eac666 100644 --- a/src/components/mobile-app-development-service/style-app.css +++ b/src/components/mobile-app-development-service/style-app.css @@ -19390,7 +19390,7 @@ img { .vl-btn1, .vl-btn2, .vl-btn3, .vl-btn4, .vl-btn5, .vl-btn6, .kf-demo-btn, .secondary-cta { background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; background-size: 200% auto !important; - border-radius: 30px !important; + border-radius: 10px !important; color: #fff !important; padding: 20px 30px !important; border: none !important; diff --git a/src/components/web-development-service/BannerBottom.tsx b/src/components/web-development-service/BannerBottom.tsx index a4e506e..b5ff819 100644 --- a/src/components/web-development-service/BannerBottom.tsx +++ b/src/components/web-development-service/BannerBottom.tsx @@ -100,7 +100,7 @@ const BannerBottom = () => { cursor: 'pointer', background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important', padding: '10px 25px', - borderRadius: '50px', + borderRadius: '10px', border: '1px solid rgba(55, 121, 185, 0.2)', transition: 'all 0.3s' }} diff --git a/src/components/web-development-service/CaseStudies.tsx b/src/components/web-development-service/CaseStudies.tsx index f548240..7d08dea 100644 --- a/src/components/web-development-service/CaseStudies.tsx +++ b/src/components/web-development-service/CaseStudies.tsx @@ -168,7 +168,7 @@ const CaseStudies = () => { {/* Content */}
-
{item.title}
+ {/*
{item.title}
*/}

{ →

-
diff --git a/src/components/web-development-service/style.css b/src/components/web-development-service/style.css index 96b0446..5a67618 100644 --- a/src/components/web-development-service/style.css +++ b/src/components/web-development-service/style.css @@ -19391,7 +19391,7 @@ img { .secondary-cta { background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important; background-size: 200% auto !important; - border-radius: 30px !important; + border-radius: 10px !important; color: #fff !important; padding: 20px 30px !important; border: none !important;