You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Your AI agent and Stellar's payment-optimized network work together to deliver near-instant, low-cost cross-border transactions that feel effortless."
28
-
/>
29
-
<EcosystemItem
30
-
icon={<ShieldclassName="h-7 w-7 text-primary"/>}
31
-
title="Security Your Agent Enforces"
32
-
description="Stellar's decentralized, battle-tested network combined with your agent's transaction verification ensures every payment is safe, authenticated, and accounted for."
33
-
/>
34
-
<EcosystemItem
35
-
icon={<BrainclassName="h-7 w-7 text-primary"/>}
36
-
title="A Network That Makes Your Agent Smarter"
37
-
description="As the Stellar ecosystem grows with new anchors, stablecoin rails, and remittance corridors, your agent gains more routes and better rates to work with."
38
-
/>
39
-
</div>
27
+
<motion.div
28
+
className="space-y-6"
29
+
variants={staggerContainer}
30
+
initial="hidden"
31
+
whileInView="visible"
32
+
viewport={{once: true,amount: 0.3}}
33
+
>
34
+
<motion.divvariants={staggerItem}>
35
+
<EcosystemItem
36
+
icon={<ZapclassName="h-7 w-7 text-primary"/>}
37
+
title="Agent + Stellar = Instant Payments"
38
+
description="Your AI agent and Stellar's payment-optimized network work together to deliver near-instant, low-cost cross-border transactions that feel effortless."
39
+
/>
40
+
</motion.div>
41
+
<motion.divvariants={staggerItem}>
42
+
<EcosystemItem
43
+
icon={<ShieldclassName="h-7 w-7 text-primary"/>}
44
+
title="Security Your Agent Enforces"
45
+
description="Stellar's decentralized, battle-tested network combined with your agent's transaction verification ensures every payment is safe, authenticated, and accounted for."
46
+
/>
47
+
</motion.div>
48
+
<motion.divvariants={staggerItem}>
49
+
<EcosystemItem
50
+
icon={<BrainclassName="h-7 w-7 text-primary"/>}
51
+
title="A Network That Makes Your Agent Smarter"
52
+
description="As the Stellar ecosystem grows with new anchors, stablecoin rails, and remittance corridors, your agent gains more routes and better rates to work with."
0 commit comments