diff --git a/apps/public/components/hero-carousel.tsx b/apps/public/components/hero-carousel.tsx index cc7f0828..5df4aeff 100644 --- a/apps/public/components/hero-carousel.tsx +++ b/apps/public/components/hero-carousel.tsx @@ -134,26 +134,16 @@ export function HeroCarousel() {
- - {activeFrames.slice(-2).map((frame) => ( - -
- -
-
- ))} -
+ {activeFrames.slice(-1).map((frame) => ( +
+
+ +
+
+ ))}