Landing Page Design
Design high-converting landing pages with AI-generated visuals via inference.sh CLI.
Quick Start
CODEBLOCK0
Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.
Above-the-Fold Formula
Everything visible before scrolling must communicate value in 5 seconds.
CODEBLOCK1
The 5 Elements
| Element | Rule | Example |
|---|
| Headline | 6-12 words, states the outcome | "Ship docs in minutes, not days" |
| Subheadline |
15-25 words, expands on how | "AI-powered documentation that writes itself from your codebase. No templates needed." |
|
Hero image | Shows the OUTCOME, not the product | Person looking satisfied at results, not a screenshot of your UI |
|
Primary CTA | Action verb + value | "Start Free Trial" not "Submit" or "Learn More" |
|
Social proof | Logos, count, or micro-testimonial | "Trusted by 10,000+ teams at [logos]" |
Headlines
Formulas That Convert
| Formula | Example |
|---|
| [Outcome] without [pain] | "Beautiful docs without the design skills" |
| [Outcome] in [timeframe] |
"Launch your site in 5 minutes" |
| The [better way] to [common task] | "The faster way to build APIs" |
| Stop [pain]. Start [outcome]. | "Stop guessing. Start knowing." |
| [Number] [things] to [outcome] | "One tool to manage all your data" |
What Makes Headlines Fail
CODEBLOCK2
Hero Images
Show the Outcome, Not the Product
CODEBLOCK3
CODEBLOCK4
CTA Buttons
Text
| Good CTAs | Bad CTAs |
|---|
| "Start Free Trial" | "Submit" |
| "Get Started Free" |
"Click Here" |
| "See It in Action" | "Learn More" (low commitment) |
| "Create Your First Report" | "Sign Up" (vague) |
| "Try Free for 14 Days" | "Register" |
Formula: Action verb + value/outcome + (optional: reduce risk)
Design
| Element | Rule |
|---|
| Color | High contrast with background — must be the most visible element |
| Size |
Minimum 44px height (tap target), wide enough for text + padding |
| Position | Above the fold, repeated after each major section |
| Whitespace | Generous padding around button, don't crowd it |
| Secondary CTA | If needed, use text link below ("or watch a demo") |
Section Order
The proven sequence for landing pages:
| Section | Purpose | Key Element |
|---|
| 1. Hero | Core value, primary CTA | Headline + image + CTA |
| 2. Social Proof |
Build trust | Logos, numbers, badges |
| 3.
Problem | Create empathy | Pain point they recognize |
| 4.
Solution/Features | Show how you solve it | 3 key features with visuals |
| 5.
How It Works | Reduce complexity | 3 steps: sign up, configure, benefit |
| 6.
Testimonials | Prove it works | 2-3 specific customer quotes |
| 7.
Pricing | Enable decision | Clear tiers, highlight recommended |
| 8.
FAQ | Handle objections | 5-7 common questions |
| 9.
Final CTA | Capture remainders | Repeat primary CTA with urgency |
Social Proof Types
| Type | Impact | Placement |
|---|
| Company logos | Fastest to process, high trust | Below hero |
| User count |
Scale signal | Hero or social proof bar |
|
Star rating | Product quality | Near CTA |
|
Testimonials | Detailed credibility | Dedicated section |
|
Case study stats | Specific proof | Feature sections |
|
Trust badges | Security/compliance | Near forms, pricing, footer |
CODEBLOCK5
Form Design
| Rule | Impact |
|---|
| Every field reduces conversion ~11% | Minimize fields |
| Name + Email = maximum for signups |
Don't ask for phone, company, role |
| Single-column layout | Don't use multi-column forms |
| Inline validation | Show errors immediately, not on submit |
| Clear error messages | "Email is required" not "Error in field 3" |
| Submit button text = action | "Create Account" not "Submit" |
Mobile Optimization
| Rule | Why |
|---|
| CTA button full width | Easy to tap with thumbs |
| Sticky CTA on scroll |
Always accessible |
| No horizontal scrolling | Breaks mobile layout |
| Font minimum 16px | iOS zooms inputs below 16px |
| Tap targets minimum 48x48px | Apple HIG, Google Material |
| Images responsive | Don't overflow viewport |
| Prioritize headline + CTA | Simplify above-the-fold |
OG Image for Sharing
CODEBLOCK6
Page Speed
| Rule | Target | Why |
|---|
| Hero image | < 200 KB | First thing to load |
| Total page weight |
< 2 MB | Mobile data, patience |
| Lazy load below-fold | Always | Only load what's visible |
| Minimize JavaScript | < 200 KB | Blocks rendering |
| LCP (Largest Contentful Paint) | < 2.5s | Google Core Web Vitals |
Common Mistakes
| Mistake | Problem | Fix |
|---|
| No clear headline | Visitor doesn't know what you do | 6-12 words, outcome-focused |
| CTA says "Learn More" |
Too low commitment | Action verb + specific value |
| Hero is a product screenshot | Hard to parse, boring | Show the outcome, use lifestyle imagery |
| Multiple competing CTAs | Decision paralysis | One primary CTA, one secondary max |
| No social proof | No trust signal | Add logos, counts, or testimonials |
| Too many form fields | Conversion drops ~11% per field | Name + email maximum |
| Desktop-only design | 60%+ traffic is mobile | Design mobile-first |
| No urgency in final CTA | Visitors leave and forget | "Start your free 14-day trial" |
Related Skills
CODEBLOCK7
Browse all apps: INLINECODE1
落地页设计
通过 inference.sh CLI 使用 AI 生成的视觉元素设计高转化率的落地页。
快速开始
bash
curl -fsSL https://cli.inference.sh | sh && infsh login
生成一张主图
infsh app run falai/flux-dev-lora --input {
prompt: professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography,
width: 1248,
height: 832
}
研究竞争对手的落地页
infsh app run tavily/search-assistant --input {
query: best SaaS landing page examples 2024 conversion rate
}
安装说明: 安装脚本 仅检测您的操作系统/架构,从 dist.inference.sh 下载匹配的二进制文件,并验证其 SHA-256 校验和。无需提升权限或后台进程。提供手动安装和验证。
首屏公式
滚动前可见的所有内容必须在 5 秒内传达价值。
┌─────────────────────────────────────────────────┐
│ [Logo] [Nav] [CTA Button] │
│ │
│ 标题(6-12 个词) │
│ ───────────────────────── │
│ 副标题(15-25 个词) [主图] │
│ 展示的是 │
│ [主要 CTA 按钮] 结果,而非 │
│ 开始免费试用 产品本身 │
│ │
│ 社交证明:受到 10,000+ 团队信赖 │
│ [logo] [logo] [logo] [logo] [logo] │
└─────────────────────────────────────────────────┘
5 大要素
| 要素 | 规则 | 示例 |
|---|
| 标题 | 6-12 个词,陈述结果 | 几分钟内发布文档,而非数天 |
| 副标题 |
15-25 个词,展开说明方式 | AI 驱动的文档工具,从您的代码库自动生成。无需模板。 |
|
主图 | 展示结果,而非产品 | 人物满意地看着成果,而非您的 UI 截图 |
|
主要 CTA | 动作动词 + 价值 | 开始免费试用而非提交或了解更多 |
|
社交证明 | 标志、数量或微型推荐语 | 受到 10,000+ 团队信赖 [标志] |
标题
高转化率公式
| 公式 | 示例 |
|---|
| [结果] 无需 [痛点] | 无需设计技能,打造精美文档 |
| [时间] 内实现 [结果] |
5 分钟内上线您的网站 |
| 完成 [常见任务] 的 [更好方式] | 构建 API 的更快方式 |
| 停止 [痛点]。开始 [结果]。 | 停止猜测。开始知晓。 |
| [数量] 个 [事物] 助您 [结果] | 一个工具管理所有数据 |
标题失败的原因
❌ 欢迎来到我们的平台(未说明任何价值)
❌ 全球最先进的 AI 驱动解决方案(空话,无具体内容)
❌ 我们帮助企业成长(模糊,泛泛而谈)
❌ 下一代企业软件(它到底能做什么?)
✅ 将客户反馈自动转化为产品功能
✅ 像数据库一样思考的电子表格
✅ 在用户发现之前找到并修复 Bug
主图
展示结果,而非产品
❌ 仪表盘截图(枯燥,一眼难以理解)
❌ 抽象几何背景(毫无信息量)
❌ 握手的库存照片(老套)
✅ 人物满意地看着屏幕上的清晰结果
✅ 前后对比的转变
✅ 使用您产品后的最终成果
bash
以结果为导向的主图
infsh app run falai/flux-dev-lora --input {
prompt: happy professional team celebrating around a laptop showing positive growth charts, bright modern office, natural sunlight, authentic candid moment, marketing photography style, warm tones,
width: 1248,
height: 832
}
产品在场景中的主图
infsh app run bytedance/seedream-4-5 --input {
prompt: clean modern laptop on a minimalist desk showing a beautiful analytics dashboard, floating UI elements emerging from the screen, soft gradient background, product marketing style, professional,
size: 2K
}
CTA 按钮
文案
| 好的 CTA | 差的 CTA |
|---|
| 开始免费试用 | 提交 |
| 免费开始使用 |
点击这里 |
| 查看实际效果 | 了解更多(承诺度低) |
| 创建您的第一份报告 | 注册(模糊) |
| 免费试用 14 天 | 登记 |
公式: 动作动词 + 价值/结果 + (可选:降低风险)
设计
| 要素 | 规则 |
|---|
| 颜色 | 与背景高对比度——必须是最显眼的元素 |
| 尺寸 |
最小高度 44px(点击目标),宽度足够容纳文字和内边距 |
| 位置 | 首屏可见,每个主要板块后重复出现 |
| 留白 | 按钮周围充足的内边距,不要拥挤 |
| 次要 CTA | 如需使用,放在下方文字链接(或观看演示) |
板块顺序
落地页经过验证的顺序:
| 板块 | 目的 | 关键元素 |
|---|
| 1. 首屏 | 核心价值,主要 CTA | 标题 + 图片 + CTA |
| 2. 社交证明 |
建立信任 | 标志、数据、徽章 |
| 3.
问题 | 引发共鸣 | 他们能识别的痛点 |
| 4.
解决方案/功能 | 展示如何解决 | 3 个关键功能配图 |
| 5.
工作原理 | 降低复杂度 | 3 个步骤:注册、配置、获益 |
| 6.
客户评价 | 证明有效 | 2-3 个具体客户引语 |
| 7.
定价 | 促成决策 | 清晰的套餐,突出推荐 |
| 8.
常见问题 | 处理异议 | 5-7 个常见问题 |
| 9.
最终 CTA | 捕获剩余访客 | 重复主要 CTA,增加紧迫感 |
社交证明类型
| 类型 | 影响 | 放置位置 |
|---|
| 公司标志 | 处理最快,信任度高 | 首屏下方 |
| 用户数量 |
规模信号 | 首屏或社交证明栏 |
|
星级评分 | 产品质量 | CTA 附近 |
|
客户评价 | 详细可信度 | 专属板块 |
|
案例研究数据 | 具体证明 | 功能板块 |
|
信任徽章 | 安全/合规 | 表单、定价、页脚附近 |
bash
研究社交证明数据
infsh app run exa/answer --input {
question: What is the average conversion rate for SaaS landing pages with social proof vs without?
}
表单设计
| 规则 | 影响 |
|---|
| 每个字段降低约 11% 转化率 | 最小化字段数量 |
| 姓名 + 邮箱 = 注册的最大限度 |
不要询问电话、公司、职位 |
| 单列布局 | 不要使用多列表单 |
| 内联验证 | 立即显示错误,而非提交时 |
| 清晰的错误提示 | 请输入邮箱而非字段 3 错误 |
| 提交按钮文案 = 动作 | 创建账户而非提交 |
移动端优化
| 规则 | 原因 |
|---|
| CTA 按钮全宽 | 拇指易于点击 |
| 滚动时固定 CTA |
始终可访问 |
| 无水平滚动 | 破坏移动端布局 |
| 字体最小 16px | iOS 会放大小于 16px 的输入框 |
| 点击目标最小 48x48px | Apple HIG、Google Material |
| 图片响应式 | 不要溢出视口 |
| 优先标题 + CTA | 简化首屏内容 |
分享用 OG 图片
bash
为落地页生成 OG 图片
infsh app run falai/flux-dev-lora --input {
prompt: clean professional social sharing card, product name and tagline on modern gradient background, minimal design, corporate tech aesthetic, 1200