April 13, 2026SimpleAbout & Story
About Section
A two-column about section with a full-bleed image on one side and centered text on the other. Supports reversible layout and mobile text truncation with a read-more toggle.
Preview

The Source
100% fair-trade, ethically sourced shea butter.
Every jar of SheaBinta starts in West Africa, where women-led cooperatives produce unrefined shea using traditional methods. They're paid fairly. Their communities are supported.
The butter they make is the real thing — unprocessed, nutrient-rich, and nothing like what you'll find in most "shea" products on the shelf.
Our Journey →Source
import AboutSection from "./index.jsx";
import { aboutSection } from "../demo-data.js";
export default function AboutSectionDemo() {
return <AboutSection {...aboutSection} />;
}