From b54d17ea6129303deb77da72353fed9fe9653453 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Mon, 1 Sep 2025 18:23:25 +0530 Subject: [PATCH] add path comming soon --- pages/CaseStudies.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/CaseStudies.tsx b/pages/CaseStudies.tsx index 9abd34a..a4e54b0 100644 --- a/pages/CaseStudies.tsx +++ b/pages/CaseStudies.tsx @@ -186,7 +186,7 @@ const caseStudies = [ category: "AgriTech", industry: "Agriculture", featured: false, - link: "/projects/farmfeeder", + link: "/comming-soon", icon: Tractor }, { @@ -196,7 +196,7 @@ const caseStudies = [ category: "AgriTech", industry: "Agriculture", featured: false, - link: "/projects/leaninworld", + link: "/comming-soon", icon: Globe }, ];