Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 19:48:29 +00:00

View File

@@ -108,7 +108,7 @@ export default function LandingPage() {
title: "Real-Time Monitoring", description: "Track application performance, errors, and user behavior in real-time. Get instant alerts and detailed insights to keep your services running smoothly.", bentoComponent: "animated-bar-chart"
},
{
title: "Deployment Pipeline", description: "Set up CI/CD pipelines in minutes. Deploy with confidence knowing your code is tested, validated, and rolled out safely across environments.", bentoComponent: "3d-task-list", title: "Deployment Pipeline", items: [
title: "Deployment Pipeline", description: "Set up CI/CD pipelines in minutes. Deploy with confidence knowing your code is tested, validated, and rolled out safely across environments.", bentoComponent: "3d-task-list", items: [
{ icon: GitBranch, label: "Code Review", time: "2m" },
{ icon: TestTube, label: "Run Tests", time: "5m" },
{ icon: Rocket, label: "Deploy", time: "3m" }