From 167b76fd827cffa99d037d260378e91b353cc2d6 Mon Sep 17 00:00:00 2001 From: Ashwin Upadhyay Date: Thu, 20 Feb 2025 11:50:22 +0530 Subject: [PATCH] fix: update Vedant Anand's designation to CMO --- src/components/Team/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Team/index.tsx b/src/components/Team/index.tsx index 423154e..fe7b4e2 100644 --- a/src/components/Team/index.tsx +++ b/src/components/Team/index.tsx @@ -24,7 +24,7 @@ const teamData: TeamType[] = [ { id: 3, name: "Vedant Anand", - designation: "Marketing Manager", + designation: "CMO", image: "/images/team/Vedant_Anand.jpg", linkedinLink: "https://www.linkedin.com/in/vedantanand17", githubLink: "https://github.com/vedantanand17",