From 57218b46dcd6d321016713140dd5fd4a0cd1ce08 Mon Sep 17 00:00:00 2001 From: Daveed Date: Sun, 5 Oct 2025 18:51:30 -0400 Subject: [PATCH] remoed duplicated product ocntnet --- src/pages/products/index.astro | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/pages/products/index.astro b/src/pages/products/index.astro index 9d27925..5e824e5 100644 --- a/src/pages/products/index.astro +++ b/src/pages/products/index.astro @@ -49,16 +49,6 @@ const heroVariant = (store?.SEO as any)?.meta?.heroVariant || "spacious"; heroVariant={heroVariant} >
- { - page?.Content && page.Content.length > 0 && ( -
-
- -
-
- ) - } -