No reviews found.
diff --git a/src/components/mobile-app-development-service/BannerBottom.tsx b/src/components/mobile-app-development-service/BannerBottom.tsx
index cd82efc..be66a45 100644
--- a/src/components/mobile-app-development-service/BannerBottom.tsx
+++ b/src/components/mobile-app-development-service/BannerBottom.tsx
@@ -103,18 +103,18 @@ const BannerBottom = () => {
onClick={() => setIsContactOpen(true)}
style={{
cursor: 'pointer',
- background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important',
+ background: '#3779b9 !important',
padding: '10px 25px',
borderRadius: '10px',
border: '1px solid rgba(55, 121, 185, 0.2)',
transition: 'all 0.3s'
}}
onMouseEnter={(e) => {
- e.currentTarget.style.background = 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important';
+ e.currentTarget.style.background = '#3779b9 !important';
e.currentTarget.style.transform = 'translateY(-2px)';
}}
onMouseLeave={(e) => {
- e.currentTarget.style.background = 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important';
+ e.currentTarget.style.background = '#3779b9 !important';
e.currentTarget.style.transform = 'translateY(0)';
}}
>
diff --git a/src/components/mobile-app-development-service/Pricing.tsx b/src/components/mobile-app-development-service/Pricing.tsx
index 04dd191..1c54771 100644
--- a/src/components/mobile-app-development-service/Pricing.tsx
+++ b/src/components/mobile-app-development-service/Pricing.tsx
@@ -91,7 +91,7 @@ const Pricing = () => {
padding: '15px',
borderRadius: '30px',
fontWeight: 700,
- background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%)',
+ background: '#3779b9',
backgroundSize: '200% auto',
color: '#fff',
transition: 'all 0.5s',
diff --git a/src/components/web-development-service/BannerBottom.tsx b/src/components/web-development-service/BannerBottom.tsx
index ee10a63..8eaf9ab 100644
--- a/src/components/web-development-service/BannerBottom.tsx
+++ b/src/components/web-development-service/BannerBottom.tsx
@@ -99,18 +99,18 @@ const BannerBottom = () => {
onClick={() => setIsContactOpen(true)}
style={{
cursor: 'pointer',
- background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important',
+ background: '#3779b9 !important',
padding: '10px 25px',
borderRadius: '10px',
border: '1px solid rgba(55, 121, 185, 0.2)',
transition: 'all 0.3s'
}}
onMouseEnter={(e) => {
- e.currentTarget.style.background = 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important';
+ e.currentTarget.style.background = '#3779b9 !important';
e.currentTarget.style.transform = 'translateY(-2px)';
}}
onMouseLeave={(e) => {
- e.currentTarget.style.background = 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important';
+ e.currentTarget.style.background = '#3779b9 !important';
e.currentTarget.style.transform = 'translateY(0)';
}}
>
diff --git a/src/components/web-development-service/Pricing.tsx b/src/components/web-development-service/Pricing.tsx
index 4014a06..2c63ff8 100644
--- a/src/components/web-development-service/Pricing.tsx
+++ b/src/components/web-development-service/Pricing.tsx
@@ -91,7 +91,7 @@ const Pricing = () => {
padding: '15px',
borderRadius: '30px',
fontWeight: 700,
- background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%)',
+ background: '#3779b9',
backgroundSize: '200% auto',
color: '#fff',
transition: 'all 0.5s',