
Captura de interfaz enfocada: pantalla de subida con texto visible, jerarquía de botones, espaciado, tratamiento del icono y composición centrada.
<body class="bg-white min-h-screen flex flex-col items-center justify-center p-6">
<div class="w-20 h-20 bg-blue-50 rounded-2xl flex items-center justify-center mb-8 shadow-sm">
<!-- image icon -->
</div>
<h1 class="text-3xl font-bold text-slate-900 text-center mb-4 max-w-lg leading-tight">
Add a screenshot, mockup, or webpage image
</h1>
<p class="text-lg text-slate-500 text-center mb-2 max-w-lg leading-relaxed">
Use a clear image where the layout, spacing, text, colors, and main UI components are visible.
</p>
</body>El diseño generado es una pila vertical centrada: icono, título, descripción, nota de tamaño y grupo de botones, con la acción de subida como elemento principal.
Antes de usar el código, compara familia tipográfica, peso del botón principal, fondo del icono, alineación, apilado en móvil y textos visibles con la captura original.
