April 21, 2026SimpleCommerce
Product Feature Grid
A 3-column product feature section with centered badge overlays on product images, serif heading with italic emphasis, description, and a CTA button. Cream background, editorial styling. Shopify CMS-ready.
Preview
Gifts & Favors
The gift they'll actually use.
Baby showers. Birthdays. Just because. Our minis are the perfect way to share better skincare — or try a new scent yourself.
Source
import ProductFeatureGrid from "./index.jsx";
import { productFeatureGrid } from "../demo-data.js";
export default function ProductFeatureGridDemo() {
return <ProductFeatureGrid {...productFeatureGrid} />;
}


