links added

This commit is contained in:
codebox283 2025-03-08 19:42:51 +05:30
parent 728584f48f
commit 9e65759331
4 changed files with 12 additions and 11 deletions

View File

@ -198,7 +198,7 @@ const ConversationalAIAgents = () => {
<motion.a
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
href="#agents"
href="/agents"
className="bg-white px-8 py-3 rounded-lg hover:bg-black hover:shadow-white/10 hover:shadow-md transition-all duration-300"
>
<button className="bg-gradient-to-r from-[#EC4899] to-[#A855F7] text-transparent bg-clip-text text-lg font-medium">Explore our agents</button>

View File

@ -128,15 +128,16 @@ const AIMarketplace = () => {
</div>
<div className="mt-8">
<motion.button
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.98 }}
className="relative px-8 py-4 rounded-lg text-white font-medium inline-flex items-center gap-2
<a href="/marketplace">
<motion.button
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.98 }}
className="relative px-8 py-4 rounded-lg text-white font-medium inline-flex items-center gap-2
bg-gradient-to-r from-pink-500 via-purple-500 to-indigo-500 shadow-lg transition-all duration-500"
>
Browse Solutions <ArrowRight className="inline-block ml-2" />
</motion.button>
>
Browse Solutions <ArrowRight className="inline-block ml-2" />
</motion.button>
</a>
</div>
</motion.section>

View File

@ -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: <MdStore className='h-10 w-10 p-2 rounded-lg items-center bg-white text-violet-500' />,
link: '/marketplace'
link: '/marketplace-page'
},
{
name: 'GenAI Readiness Program',

View File

@ -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: <MdStore className='h-10 w-10 p-2 rounded-lg items-center bg-white text-violet-500' />,
link: '/marketplace'
link: '/marketplace-page'
},
{
name: 'GenAI Readiness Program',