+ {/* Image Gallery */}
+
+
+
![{product.imageAlts[currentImageIndex]}]({product.images[currentImageIndex]})
+
+ {/* Image Thumbnails */}
+
+ {product.images.map((img, idx) => (
+
+ ))}
+
+
+
+ {/* Product Info */}
+
+
{product.name}
+
+ {product.price}
+
+
{product.longDescription}
+
+ {/* Specifications */}
+ {product.specifications && (
+
+
Especificaciones
+
+ {product.specifications.map((spec, idx) => (
+
+
{spec.label}
+
{spec.value}
+
+ ))}
+
+
+ )}
+
+ {/* CTA Button */}
+
+ 💬 Consultar por WhatsApp
+
+
+