May 27, 2026/Intermediate/Testimonials/SheaBinta

Review Carousel

Horizontally scrollable testimonials carousel with two card types: text-only reviews with bordered cards and image+text review cards. Features prev/next navigation arrows, star ratings, and CSS scroll-snap. Responsive from 6 visible cards on wide screens down to 1 on mobile. Inspired by Shopify testimonials-with-images section.

What People Are Saying

Best shea I’ve used

Always had reactions to fragranced lotions. Zero issues with this. I’ll keep reaching for it — wish it was carried in more stores.

A.P.Happy customer

Fantastique!

Cleared my dry patches in under a week. Texture is rich without being greasy — sinks in fast.

J. EdmonsonVerified buyer

Obsessed with this

Virtually odorless, a little is all you need, so it lasts. At this price, for an unrefined shea, it’s really hard to beat. Would gladly order again.

Eric L.12 days ago

Found my brand

Perfect size, perfect consistency. Honestly so happy I found this — been telling everyone in my group chat.

W. HarrisVerified buyer

Finally, real shea

Most “shea” products are full of fillers. This one is the real deal. My eczema patches have calmed down in a way nothing else has managed.

Dmitri K.Verified customer

A must try!

Bought the mini set for a baby shower. Every guest asked where to get more. Now I just order in bulk.

Sara D.Repeat buyer
import ReviewCarousel from "./index.jsx";
import { reviewCarousel } from "../demo-data.js";

function Placeholder({ height = "60vh", background = "#ffffff" }) {
  return (
    <div
      style={{
        height,
        background,
        display: "flex",
        alignItems: "center",
        justifyContent: "center",
        color: "#ccc",
        fontSize: "1rem",
        fontFamily: "sans-serif",
        letterSpacing: "0.05em",
        textTransform: "uppercase",
      }}
    >
      Section Placeholder
    </div>
  );
}

export default function ReviewCarouselDemo() {
  return (
    <>
      <Placeholder />
      <ReviewCarousel {...reviewCarousel} />
      <Placeholder />
    </>
  );
}

Related Components

2MO AGO
Split Testimonialtestimonials
3MO AGO
Testimonial Gridtestimonials
3MO AGO
Line Reveal Testimonialstestimonials