From 9e657593312e3fddb86f134a3d4edd0838206a15 Mon Sep 17 00:00:00 2001 From: codebox283 Date: Sat, 8 Mar 2025 19:42:51 +0530 Subject: [PATCH] links added --- app/ai-agents/page.tsx | 2 +- app/marketplace-page/page.tsx | 17 +++++++++-------- components/Navbar/MobileMenu.tsx | 2 +- components/Navbar/dropdowns.tsx | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/ai-agents/page.tsx b/app/ai-agents/page.tsx index dd60bec..ba20182 100644 --- a/app/ai-agents/page.tsx +++ b/app/ai-agents/page.tsx @@ -198,7 +198,7 @@ const ConversationalAIAgents = () => { diff --git a/app/marketplace-page/page.tsx b/app/marketplace-page/page.tsx index 19f472d..ece1cdd 100644 --- a/app/marketplace-page/page.tsx +++ b/app/marketplace-page/page.tsx @@ -128,15 +128,16 @@ const AIMarketplace = () => {
- + - Browse Solutions - - + > + Browse Solutions + +
diff --git a/components/Navbar/MobileMenu.tsx b/components/Navbar/MobileMenu.tsx index d7c96d3..a01d0f5 100644 --- a/components/Navbar/MobileMenu.tsx +++ b/components/Navbar/MobileMenu.tsx @@ -267,7 +267,7 @@ const solutionItems: SolutionItem[] = [ name: 'Marketplace', description: 'Explore a wide range of AI-driven tools and solutions tailored for your business.', icon: , - link: '/marketplace' + link: '/marketplace-page' }, { name: 'GenAI Readiness Program', diff --git a/components/Navbar/dropdowns.tsx b/components/Navbar/dropdowns.tsx index c43da07..20a19f6 100644 --- a/components/Navbar/dropdowns.tsx +++ b/components/Navbar/dropdowns.tsx @@ -240,7 +240,7 @@ const solutionItems: SolutionItem[] = [ name: 'Marketplace', description: 'Explore a wide range of AI-driven tools and solutions tailored for your business.', icon: , - link: '/marketplace' + link: '/marketplace-page' }, { name: 'GenAI Readiness Program',