Page
and Product
components.
Store Page
APage
is a storefront that can be anything you want to display, but most likely will present multiple products. Good use cases can be:
- Featured products page- a list of featured products
- Home page- a list of products, with a search bar
- Category page- a list of products within a specific category
- Pro Users page- a list of products that are only available to Pro users
- Visitors page- a storefront for visitors who haven’t signed in
Product Page
AProduct
is a page that displays a single product. Products can have multiple designs and layouts. It can have any building block and component you want to display, but most likely will show a title, description, price, and a call to action button.