From bb3cabe4ea7eacea6ca01437bc51165c542df704 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:37:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ad9d6e..cc9685b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,22 +68,22 @@ export default function DevOpsPortfolio() { useInvertedBackground={false} features={[ { - id: "1", title: "Cloud Platforms", description: "AWS (EKS, EC2, RDS, S3), OCI, Azure. Building and managing enterprise-grade cloud infrastructure.", tag: "Cloud", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/abstract-representation-of-cloud-platfor-1773383648350-1c8f0787.png", buttons: [{ text: "Learn More", href: "#" }] + id: "1", title: "Cloud Platforms", description: "AWS (EKS, EC2, RDS, S3), OCI, Azure. Managed 50+ production instances and reduced cloud costs by 35% through optimization.", tag: "Cloud", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/abstract-representation-of-cloud-platfor-1773383648350-1c8f0787.png", buttons: [{ text: "Learn More", href: "#" }] }, { - id: "2", title: "Container Orchestration", description: "Kubernetes, Docker, Helm, ArgoCD. Production workloads with autoscaling, GitOps, and zero-downtime deployments.", tag: "Containers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/kubernetes-cluster-architecture-visualiz-1773383650682-7cc67317.png" + id: "2", title: "Container Orchestration", description: "Kubernetes, Docker, Helm, ArgoCD. Reduced deployment time from 2 hours to 5 minutes with automated rollouts and zero-downtime releases.", tag: "Containers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/kubernetes-cluster-architecture-visualiz-1773383650682-7cc67317.png" }, { - id: "3", title: "Infrastructure as Code", description: "Terraform, CloudFormation. Reproducible, version-controlled infrastructure with automated provisioning.", tag: "IaC", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/infrastructure-as-code-visualization-sho-1773383649108-5c3da264.png" + id: "3", title: "Infrastructure as Code", description: "Terraform, CloudFormation. Provisioned 100+ resources in minutes; reduced manual configuration errors by 90%.", tag: "IaC", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/infrastructure-as-code-visualization-sho-1773383649108-5c3da264.png" }, { - id: "4", title: "CI/CD Pipelines", description: "GitHub Actions, Jenkins, GitLab CI. Automated testing, building, and deployment workflows.", tag: "Automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/ci-cd-pipeline-workflow-visualization-sh-1773383648783-ae6b6dce.png" + id: "4", title: "CI/CD Pipelines", description: "GitHub Actions, Jenkins, GitLab CI. Automated 95% of build/deploy workflows; cut release cycle time from 4 hours to 15 minutes.", tag: "Automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/ci-cd-pipeline-workflow-visualization-sh-1773383648783-ae6b6dce.png" }, { - id: "5", title: "Monitoring & Observability", description: "Prometheus, Grafana, Loki, ELK Stack. Real-time system monitoring and comprehensive log aggregation.", tag: "Monitoring", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/monitoring-and-observability-stack-visua-1773383651379-efb44b10.png" + id: "5", title: "Monitoring & Observability", description: "Prometheus, Grafana, Loki, ELK Stack. Set up monitoring for 500+ metrics; achieved 99.9% uptime SLA with real-time alerting.", tag: "Monitoring", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/monitoring-and-observability-stack-visua-1773383651379-efb44b10.png" }, { - id: "6", title: "Infrastructure Automation", description: "GitOps workflows, cross-cloud VPN, database replication, and resilient system design.", tag: "Advanced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/advanced-infrastructure-automation-showi-1773383649429-df6b1cc8.png" + id: "6", title: "Infrastructure Automation", description: "GitOps workflows, cross-cloud VPN, database replication. Enabled GitOps-based infrastructure; reduced provisioning time by 80%.", tag: "Advanced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsXyCwTQSuOF9iyP5eYtXSsdl4/advanced-infrastructure-automation-showi-1773383649429-df6b1cc8.png" } ]} animationType="slide-up"