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