diff --git a/src/app/page.tsx b/src/app/page.tsx index bf3346d..069912f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }