feat(ecommerce): migrate Ari Shopping to Next.js 15 headless storefront v4
Build and Push Frontend / build (push) Failing after 9m42s

This commit is contained in:
2026-07-19 21:36:35 -05:00
parent 2e7abc7e72
commit fe7b2019c2
79 changed files with 7686 additions and 187 deletions
@@ -23,6 +23,7 @@ export interface Product {
featured: boolean;
isNew: boolean;
image: string;
thumbnail: string;
images: string[];
tags: string[];
variants: ProductVariant[];