April 11, 2026IntermediateCommerceNovatrex
Product Card
Full-bleed product card with background image, overlay logo/price, and a CTA button. Switches from overlay mode (tablet/mobile) to a right-panel info layout (wide desktop). Ready to wire to Shopify Storefront API.
Preview
Source
import ProductCardList from "./index.jsx";
import { productCard } from "../demo-data.js";
export default function ProductCardDemo() {
return <ProductCardList {...productCard} />;
}