mirror of
https://github.com/codebox283/everydayserieswebsite.git
synced 2025-06-19 20:10:52 +00:00
links added
This commit is contained in:
parent
728584f48f
commit
9e65759331
@ -198,7 +198,7 @@ const ConversationalAIAgents = () => {
|
|||||||
<motion.a
|
<motion.a
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{ opacity: 1 }}
|
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"
|
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>
|
<button className="bg-gradient-to-r from-[#EC4899] to-[#A855F7] text-transparent bg-clip-text text-lg font-medium">Explore our agents</button>
|
||||||
|
@ -128,15 +128,16 @@ const AIMarketplace = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-8">
|
<div className="mt-8">
|
||||||
<motion.button
|
<a href="/marketplace">
|
||||||
whileHover={{ scale: 1.05 }}
|
<motion.button
|
||||||
whileTap={{ scale: 0.98 }}
|
whileHover={{ scale: 1.05 }}
|
||||||
className="relative px-8 py-4 rounded-lg text-white font-medium inline-flex items-center gap-2
|
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"
|
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" />
|
Browse Solutions <ArrowRight className="inline-block ml-2" />
|
||||||
</motion.button>
|
</motion.button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</motion.section>
|
</motion.section>
|
||||||
|
|
||||||
|
@ -267,7 +267,7 @@ const solutionItems: SolutionItem[] = [
|
|||||||
name: 'Marketplace',
|
name: 'Marketplace',
|
||||||
description: 'Explore a wide range of AI-driven tools and solutions tailored for your business.',
|
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' />,
|
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',
|
name: 'GenAI Readiness Program',
|
||||||
|
@ -240,7 +240,7 @@ const solutionItems: SolutionItem[] = [
|
|||||||
name: 'Marketplace',
|
name: 'Marketplace',
|
||||||
description: 'Explore a wide range of AI-driven tools and solutions tailored for your business.',
|
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' />,
|
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',
|
name: 'GenAI Readiness Program',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user