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',