update design

This commit is contained in:
Rami Bitar
2026-06-10 13:47:50 -04:00
parent b5a79b6475
commit b212250da0
96 changed files with 7486 additions and 6441 deletions

View File

@@ -41,6 +41,7 @@ export interface Product {
title: string;
description?: string;
descriptionHtml?: string;
productType?: string;
handle: string;
images: {
edges: Array<{