From 956a084c676f13912297c27e59aabfb9d50ef6aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 06:12:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } -- 2.49.1