From b60f4e9d52e1e6704e038dc7649c3468dff6d618 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:48:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cb9be4..42649e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } -- 2.49.1