{/* ✅ Product Section */}
{/* ✅ Image */}
{/* ✅ Product info */}
{product.subtitle}
{product.name}
{/* ✅ Details accordion */}
{product.details.map((detail) => (
))}
{detail.name}
{detail.description}