From 0898c6aebaeeb636ad6dc6042a60cb84d9a022f8 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 8 Feb 2026 01:18:07 +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 bd24a1e..5ad13b8 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -118,7 +118,7 @@ export default function Page() { ] }, { - title: "Pipeline Stages", description: "Visualize your entire sales pipeline with customizable stages and forecasting", bentoComponent: "3d-task-list", title: "Sales Process", items: [ + title: "Pipeline Stages", description: "Visualize your entire sales pipeline with customizable stages and forecasting", bentoComponent: "3d-task-list", items: [ { icon: Mail, label: "Lead Outreach", time: "Day 1" }, { icon: Phone, label: "Discovery Call", time: "Day 3-5" }, { icon: FileText, label: "Proposal", time: "Day 7-10" }