Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
title: "Real-time Analytics", description: "Track user behavior, performance metrics, and business KPIs with instant dashboards and alerts.", bentoComponent: "line-chart"
|
||||
},
|
||||
{
|
||||
title: "Deployment Pipeline", description: "Push to production instantly with zero-downtime deployments and automatic rollbacks on failures.", bentoComponent: "3d-task-list", title: "Deploy to Production", items: [
|
||||
title: "Deployment Pipeline", description: "Push to production instantly with zero-downtime deployments and automatic rollbacks on failures.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: GitBranch, label: "Push Code", time: "10s" },
|
||||
{ icon: Cpu, label: "Build & Test", time: "45s" },
|
||||
{ icon: CheckCircle, label: "Deploy Live", time: "15s" }
|
||||
|
||||
Reference in New Issue
Block a user