
Focused UI screenshot: upload interface with visible text, button hierarchy, spacing, icon treatment, and centered layout.
<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>The generated layout is a centered vertical stack: icon, title, description, file-size constraint, then grouped action buttons with the upload action given the strongest visual weight.
Before using the code, compare font family, primary button weight, icon background, text alignment, responsive stacking, and exact visible copy against the source screenshot.
