From d62e54f7643705b3bca4bfd9794daa9edfcaa0a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:21:46 +0000 Subject: [PATCH] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 6b690b6..64d5b12 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -97,7 +97,7 @@ export default function ProductDetailPage() { buttonAnimation="slide-up" mediaItems={[ { videoSrc: productData.videoSrc, imageSrc: productData.imageSrc, imageAlt: productData.name }, - ...productData.gallery + { imageSrc: productData.gallery[0].imageSrc, imageAlt: productData.gallery[0].imageAlt } ]} mediaAnimation="opacity" rating={5} @@ -111,9 +111,8 @@ export default function ProductDetailPage() { tag="Detalles del Producto" title="Información Completa" buttons={[]} - > -

{productData.fullDetails}

- + /> +

{productData.fullDetails}

@@ -122,9 +121,8 @@ export default function ProductDetailPage() { tag="Guía Esencial" title="Encuentra Tu Talla Perfecta" buttons={[]} - > -

{productData.sizeGuide}

- + /> +

{productData.sizeGuide}

@@ -164,12 +162,11 @@ export default function ProductDetailPage() { tag="Nuestra Promesa" title="Garantía de Satisfacción SAINTS DEN" buttons={[]} - > -
- -

{productData.guarantee}

-
- + /> +
+ +

{productData.guarantee}

+