May 27, 2026/Simple/Testimonials/SheaBinta

Split Testimonial

Two-column brick section with a full-bleed image on the left and a centered testimonial quote on the right. Features star rating, quote, author name, and an outline CTA button. Stacks vertically on mobile with the image on top. Inspired by Shopify brick-section layout.

Editorial image

“I’ve tried every shea butter on the market. This is the only one that smells like nothing and absorbs the way it’s supposed to.”

Amara K.

Read all reviews
import SplitTestimonial from "./index.jsx";
import { splitTestimonial } 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 SplitTestimonialDemo() {
  return (
    <>
      <Placeholder />
      <SplitTestimonial {...splitTestimonial} />
      <Placeholder />
    </>
  );
}

Related Components

2MO AGO
Review Carouseltestimonials
3MO AGO
Testimonial Gridtestimonials
3MO AGO
Line Reveal Testimonialstestimonials