Sections
ProductSpotlight
Split-layout feature showcase with icon list and CTA
Quick Preview
Core Product
Your product headline
Product description.
Product Screenshot
Installation
# No extra dependencies
// Copy component fromsrc/components/sections/ProductSpotlight.tsx
Usage
import ProductSpotlight from '@/components/sections/ProductSpotlight'<ProductSpotlight />
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 | - | Section headline |
body | string | - | Body copy |
features | { icon; label; desc }[] | - | Feature bullet list |
mediaSlot | ReactNode | - | Product screenshot |
cta | { label; href } | - | CTA button |