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
|
||||
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>
|
||||
|
@ -128,6 +128,7 @@ const AIMarketplace = () => {
|
||||
</div>
|
||||
|
||||
<div className="mt-8">
|
||||
<a href="/marketplace">
|
||||
<motion.button
|
||||
whileHover={{ scale: 1.05 }}
|
||||
whileTap={{ scale: 0.98 }}
|
||||
@ -136,7 +137,7 @@ const AIMarketplace = () => {
|
||||
>
|
||||
Browse Solutions <ArrowRight className="inline-block ml-2" />
|
||||
</motion.button>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</motion.section>
|
||||
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user