2 Commits

Author SHA1 Message Date
60a66e9db7 Update src/app/page.tsx 2026-03-13 06:35:03 +00:00
36bf8866f8 Merge version_2 into main
Merge version_2 into main
2026-03-13 06:33:49 +00:00

View File

@@ -68,25 +68,45 @@ export default function Page() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Explore All Skills", href: "#" },
{ text: "View Case Studies", href: "#architecture" }
]}
features={[
{
id: 1,
title: "Container Orchestration", description: "Expert in Amazon EKS cluster management, production workloads with autoscaling, GitOps deployments with ArgoCD, and multi-cluster orchestration.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-clean-professional-kubernetes-logo-ico-1773383126287-f2c4e3c6.png" },
title: "Container Orchestration", description: "Expert in Amazon EKS cluster management, production workloads with autoscaling, GitOps deployments with ArgoCD, and multi-cluster orchestration.", buttons: [
{ text: "Explore Container Orchestration", href: "#" },
{ text: "Learn More", href: "#" }
],
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-clean-professional-kubernetes-logo-ico-1773383126287-f2c4e3c6.png" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/an-aws-eks-elastic-kubernetes-service-cl-1773383127412-8f7acbda.png" }
},
{
id: 2,
title: "CI/CD Automation", description: "Architecting complete CI/CD pipelines using GitHub Actions, Docker multi-stage builds, container registries, and zero-downtime deployments.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-ci-cd-pipeline-flow-diagram-showing-gi-1773383126736-6d0a68ea.png?_wi=1" },
title: "CI/CD Automation", description: "Architecting complete CI/CD pipelines using GitHub Actions, Docker multi-stage builds, container registries, and zero-downtime deployments.", buttons: [
{ text: "Explore CI/CD Automation", href: "#" },
{ text: "Learn More", href: "#" }
],
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-ci-cd-pipeline-flow-diagram-showing-gi-1773383126736-6d0a68ea.png?_wi=1" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-complete-ci-cd-automation-system-diagr-1773383127683-8487fcec.png?_wi=1" }
},
{
id: 3,
title: "Infrastructure as Code", description: "Building multi-cloud infrastructure with Terraform, managing AWS and OCI resources, VPN configurations, and infrastructure versioning with Git.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-terraform-infrastructure-as-code-visua-1773383128091-2911d2d6.png?_wi=1" },
title: "Infrastructure as Code", description: "Building multi-cloud infrastructure with Terraform, managing AWS and OCI resources, VPN configurations, and infrastructure versioning with Git.", buttons: [
{ text: "Explore Infrastructure as Code", href: "#" },
{ text: "Learn More", href: "#" }
],
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-terraform-infrastructure-as-code-visua-1773383128091-2911d2d6.png?_wi=1" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-production-kubernetes-cluster-architec-1773383127641-39bfe185.png?_wi=1" }
},
{
id: 4,
title: "Observability & Monitoring", description: "Implementing comprehensive monitoring stacks with Prometheus, Grafana dashboards, Loki log aggregation, and real-time alerting systems.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-grafana-style-monitoring-dashboard-sho-1773383127137-a688f3a0.png" },
title: "Observability & Monitoring", description: "Implementing comprehensive monitoring stacks with Prometheus, Grafana dashboards, Loki log aggregation, and real-time alerting systems.", buttons: [
{ text: "Explore Observability", href: "#" },
{ text: "Learn More", href: "#" }
],
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/a-grafana-style-monitoring-dashboard-sho-1773383127137-a688f3a0.png" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsYlssVELw7D97dcMAyvKBPfBi/an-integrated-monitoring-stack-showing-p-1773383127750-63cb22af.png?_wi=1" }
}
]}