Sections
AppMockupSection
Centered section with headline, body and browser-chrome app mockup
Quick Preview
Product
Build faster with our platform
Everything you need, nothing you don't.
app.example.com
App Screenshot
Installation
# No extra dependencies
// Copy component fromsrc/components/sections/AppMockupSection.tsx
Usage
import AppMockupSection from '@/components/sections/AppMockupSection'<AppMockupSection />
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
headline | string | - | Heading text |
body | string | - | Body copy |
mockupSlot | ReactNode | - | Custom screenshot/mockup |
cta | { label: string; href: string } | - | Optional CTA |