From 6b13fb55c1b897cbab02bf4699898420b3490e46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:06:55 +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 7cc3542..8fe0a53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { placeholder: "Type a comment..." }, { - title: "Release Pipeline", description: "One-click deployments with intelligent staging, canary releases, automatic rollbacks, and production monitoring out of the box.", bentoComponent: "timeline", items: [ + title: "Release Pipeline", description: "One-click deployments with intelligent staging, canary releases, automatic rollbacks, and production monitoring out of the box.", bentoComponent: "timeline", heading: "Deployment Pipeline", subheading: "Three-stage release process", items: [ { label: "Code Push", detail: "Automatically triggered on merge" }, { label: "Testing", detail: "Full test suite in 2 minutes" }, { label: "Deployment", detail: "Zero-downtime production release" }