diff --git a/src/components/BentoReviews.tsx b/src/components/BentoReviews.tsx index 714e736..7995a33 100644 --- a/src/components/BentoReviews.tsx +++ b/src/components/BentoReviews.tsx @@ -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" >
A robust infrastructure layer for autonomous AI agents, our technology stack
diff --git a/src/components/ui/bento-grid.tsx b/src/components/ui/bento-grid.tsx
index a72cd4e..dcaa32d 100644
--- a/src/components/ui/bento-grid.tsx
+++ b/src/components/ui/bento-grid.tsx
@@ -51,10 +51,10 @@ export const BentoGridItem = ({
loop
muted
playsInline
- className="w-full h-full object-cover"
+ className="w-full h-full object-cover opacity-90 group-hover/bento:opacity-100 transition-opacity duration-300"
/>
) : img ? (
-