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" }