Capítulo 8 de 11

Chapter 8: Carousels & Testimonials

Core Idea

Components for cycling through multiple items — image/card carousels, infinite marquees, and testimonial-specific layouts.

Reference Table

NamePurposeInstall
Apple Cards CarouselMinimal card carousel (as seen on apple.com)npx shadcn@latest add @aceternity/apple-cards-carousel
CarouselCustomizable carousel with slider + micro-interactionsnpx shadcn@latest add @aceternity/carousel
Infinite Moving CardsCards that scroll infinitely in a loopnpx shadcn@latest add @aceternity/infinite-moving-cards
Animated TestimonialsMinimal testimonial layout with image + quotenpx shadcn@latest add @aceternity/animated-testimonials
Feature SectionsA bundle of feature-section layouts, bento grids to simple listsnpx shadcn@latest add @aceternity/feature-sections-free

Key Takeaways

  1. For a testimonial wall, Infinite Moving Cards (auto-scrolling) and Animated Testimonials (single-quote spotlight) serve different reading patterns — auto-scroll for social proof density, spotlight for a curated few.
  2. Apple Cards Carousel is intentionally minimal/opinionated in styling — expect more restyling work than Carousel if the design differs significantly from Apple's aesthetic.
  3. Feature Sections is a grab-bag of layouts rather than one component — treat it as a starting template to trim, not a single reusable unit.

Connects To

  • ch004 (Cards & Grids): Card Stack, a related testimonial-adjacent card interaction.
  • ch003 (Hero & Scroll Sections): Feature Sections often follows the hero on a landing page.