> ## Documentation Index
> Fetch the complete documentation index at: https://sidedish.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Layout

> How to design the layout of your stores

SideDish provides multiple building blocks to spun up your marketplace easily. The most important ones are the `Page` and `Product` components.

## Store Page

A `Page` 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

A `Product` 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.
