@@ -24,9 +24,9 @@ import {
2424 FaClock ,
2525 FaHeadset
2626} from 'react-icons/fa' ;
27- import { SiKubernetes , SiPrometheus , SiGrafana , SiTerraform , SiHelm , SiArgo , SiGitlab , SiGithub , SiDocker , SiAmazonaws , SiPostgresql , SiMicrosoftazure , SiGooglecloud } from 'react-icons/si' ;
27+ import { SiKubernetes , SiPrometheus , SiGrafana , SiTerraform , SiHelm , SiArgo , SiGitlab , SiGithub , SiDocker , x , SiPostgresql , SiMicrosoftazure , SiGooglecloud } from 'react-icons/si' ;
2828import { IoIosCheckmarkCircleOutline } from "react-icons/io" ;
29- import { Azure } from '@flanksource/icons/mi' ;
29+ import { Azure , Aws , K8S , Postgres , Prometheus , Grafana , Terraform , Helm , Argo , Gitlab , Github , GoogleCloud } from '@flanksource/icons/mi' ;
3030import { Feature } from '../Feature' ;
3131import CTA from './CTA' ;
3232import Navigation from './Navigation' ;
@@ -109,19 +109,18 @@ const Services = () => {
109109 ] ;
110110
111111 const technologies = [
112- { name : "Kubernetes" , icon : < SiKubernetes className = "w-8 h-8" /> } ,
113- { name : "PostgreSQL" , icon : < SiPostgresql className = "w-8 h-8" /> } ,
114- { name : "Prometheus" , icon : < SiPrometheus className = "w-8 h-8" /> } ,
115- { name : "Grafana" , icon : < SiGrafana className = "w-8 h-8" /> } ,
116- { name : "Terraform" , icon : < SiTerraform className = "w-8 h-8" /> } ,
117- { name : "Helm" , icon : < SiHelm className = "w-8 h-8" /> } ,
118- { name : "ArgoCD" , icon : < SiArgo className = "w-8 h-8" /> } ,
119- { name : "GitLab" , icon : < SiGitlab className = "w-8 h-8" /> } ,
120- { name : "GitHub" , icon : < SiGithub className = "w-8 h-8" /> } ,
121- { name : "Docker" , icon : < SiDocker className = "w-8 h-8" /> } ,
122- { name : "AWS" , icon : < SiAmazonwebservices className = "w-8 h-8" /> } ,
112+ { name : "Kubernetes" , icon : < K8S className = "w-8 h-8" /> } ,
113+ { name : "PostgreSQL" , icon : < Postgres className = "w-8 h-8" /> } ,
114+ { name : "Prometheus" , icon : < Prometheus className = "w-8 h-8" /> } ,
115+ { name : "Grafana" , icon : < Grafana className = "w-8 h-8" /> } ,
116+ { name : "Terraform" , icon : < Terraform className = "w-8 h-8" /> } ,
117+ { name : "Helm" , icon : < Helm className = "w-8 h-8" /> } ,
118+ { name : "ArgoCD" , icon : < Argo className = "w-8 h-8" /> } ,
119+ { name : "GitLab" , icon : < Gitlab className = "w-8 h-8" /> } ,
120+ { name : "GitHub" , icon : < Github className = "w-8 h-8" /> } ,
121+ { name : "AWS" , icon : < Aws className = "w-8 h-8" /> } ,
123122 { name : "Azure" , icon : < Azure className = "w-8 h-8" /> } ,
124- { name : "Google Cloud" , icon : < SiGooglecloud className = "w-8 h-8" /> }
123+ { name : "Google Cloud" , icon : < GoogleCloud className = "w-8 h-8" /> }
125124 ] ;
126125
127126 const benefits = [
0 commit comments