Store Products

Upload product images and manage product details

Images are stored locally in your browser. To make them permanent, place image files in public/images/products/ and update the product data file.

Loading products...

How to add permanent product images

  1. 1Place your product image files in public/images/products/ — e.g. chest-rub.jpg
  2. 2Open src/lib/storeProducts.ts and add the image field to each product, e.g. image: "/images/products/chest-rub.jpg"
  3. 3The product cards and modal will automatically display the image with glassmorphism styling.