From 52717abdc79b86eb716ce1b0d789be0fb13e293e Mon Sep 17 00:00:00 2001 From: codebox283 Date: Sun, 16 Feb 2025 21:24:59 +0530 Subject: [PATCH] fixed feature data --- app/click-video/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/click-video/page.tsx b/app/click-video/page.tsx index 3c17304..c5892be 100644 --- a/app/click-video/page.tsx +++ b/app/click-video/page.tsx @@ -66,16 +66,19 @@ const featuresData = [ title: "Create Series using Drag and Drop", description: "Organize, connect, and track your goals using the GoalGrid. Stay aligned and in sync with your strategic objectives.", imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065418_xo3ezn.png", + vector: null, }, { title: "Built for Enterprises", description: "Everyday platform ensures enterprise-grade deployment, security, and data governance, all with the simplicity of one centrally managed platform.", imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065356_gbkov8.png", + vector: null, }, { title: "Integrate your Workflows", description: "Connect Everyday to your existing tools, integrate important business processes, and build more powerful applications.", imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065455_whfipm.png", + vector: null, }, ];