Update service gradient colors

cgen-79272ab5e7a34081957a509029679739
This commit is contained in:
Builder.io 2025-10-04 00:31:34 +00:00
parent a0d2f40ffe
commit 8a4143a751

View file

@ -69,7 +69,7 @@ export default function DevelopmentConsulting() {
"Security assessment", "Security assessment",
"Technology stack evaluation", "Technology stack evaluation",
], ],
color: "from-blue-500 to-cyan-600", color: "from-fuchsia-500 to-rose-500",
}, },
{ {
title: "DevOps & Infrastructure", title: "DevOps & Infrastructure",
@ -85,7 +85,7 @@ export default function DevelopmentConsulting() {
"Container orchestration", "Container orchestration",
"Infrastructure as code", "Infrastructure as code",
], ],
color: "from-green-500 to-emerald-600", color: "from-violet-500 to-fuchsia-600",
}, },
{ {
title: "Code Quality & Optimization", title: "Code Quality & Optimization",
@ -100,7 +100,7 @@ export default function DevelopmentConsulting() {
"Documentation improvement", "Documentation improvement",
"Best practices implementation", "Best practices implementation",
], ],
color: "from-purple-500 to-indigo-600", color: "from-pink-500 to-rose-600",
}, },
{ {
title: "Team & Process Consulting", title: "Team & Process Consulting",
@ -115,7 +115,7 @@ export default function DevelopmentConsulting() {
"Knowledge transfer", "Knowledge transfer",
"Leadership coaching", "Leadership coaching",
], ],
color: "from-orange-500 to-red-600", color: "from-fuchsia-400 to-pink-600",
}, },
]; ];