feat: add hover opacity transitions and bottom margin to bento grid components
This commit is contained in:
@@ -71,7 +71,7 @@ export function BentoReviews() {
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={isInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 20 }}
|
||||
transition={{ duration: 0.8, delay: 0.2 }}
|
||||
className="mx-auto max-w-4xl mt-6 "
|
||||
className="mx-auto max-w-4xl mt-6 mb-8"
|
||||
>
|
||||
<P className="text-center" color="primary">
|
||||
A robust infrastructure layer for autonomous AI agents, our technology stack
|
||||
|
Reference in New Issue
Block a user