landing-page-design

作者: 101-skills

着陆页转化优化,涵盖布局规则、首屏设计及CTA心理学。包含首屏公式、社交证明放置、移动端设计及F型阅读模式。适用场景:创业公司着陆页、产品页面、SaaS营销、转化优化。触发词:着陆页、首屏、首屏以上、转化优化、着陆页设计、CTA按钮、首屏图片、着陆页布局、SaaS着陆页、产品页面设计、转化率、着陆页……

npx skills add https://github.com/101-skills/skills --skill landing-page-design

Install the belt CLI skill: npx skills add belt-sh/cli

Landing Page Design

Design high-converting landing pages with AI-generated visuals via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Generate a hero image
belt 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
}'

# Research competitor landing pages
belt app run tavily/search-assistant --input '{
  "query": "best SaaS landing page examples 2024 conversion rate"
}'

Above-the-Fold Formula

Everything visible before scrolling must communicate value in 5 seconds.

┌─────────────────────────────────────────────────┐
│  [Logo]              [Nav]        [CTA Button]  │
│                                                 │
│   Headline (6-12 words)                         │
│   ─────────────────────────                     │
│   Subheadline (15-25 words)        [Hero Image] │
│                                    showing the  │
│   [Primary CTA Button]            OUTCOME, not  │
│   "Start Free Trial"              the product   │
│                                                 │
│   Social proof: "Trusted by 10,000+ teams"      │
│   [logo] [logo] [logo] [logo] [logo]            │
└─────────────────────────────────────────────────┘

The 5 Elements

ElementRuleExample
Headline6-12 words, states the outcome"Ship docs in minutes, not days"
Subheadline15-25 words, expands on how"AI-powered documentation that writes itself from your codebase. No templates needed."
Hero imageShows the OUTCOME, not the productPerson looking satisfied at results, not a screenshot of your UI
Primary CTAAction verb + value"Start Free Trial" not "Submit" or "Learn More"
Social proofLogos, count, or micro-testimonial"Trusted by 10,000+ teams at [logos]"

Headlines

Formulas That Convert

FormulaExample
[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

❌ "Welcome to Our Platform" (says nothing about value)
❌ "The World's Most Advanced AI-Powered Solution" (buzzwords, no specifics)
❌ "We Help Businesses Grow" (vague, generic)
❌ "Next-Generation Enterprise Software" (what does it DO?)

✅ "Turn customer feedback into product features, automatically"
✅ "The spreadsheet that thinks like a database"
✅ "Find and fix bugs before your users do"

Hero Images

Show the Outcome, Not the Product

❌ Screenshot of your dashboard (boring, hard to parse at a glance)
❌ Abstract geometric background (says nothing)
❌ Stock photo of a handshake (cliché)

✅ Person looking satisfied at clear results on their screen
✅ Before/after transformation
✅ The end result of using your product
# Outcome-focused hero
belt 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
}'

# Product-in-context hero
belt 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 Buttons

Text

Good CTAsBad 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

ElementRule
ColorHigh contrast with background — must be the most visible element
SizeMinimum 44px height (tap target), wide enough for text + padding
PositionAbove the fold, repeated after each major section
WhitespaceGenerous padding around button, don't crowd it
Secondary CTAIf needed, use text link below ("or watch a demo")

Section Order

The proven sequence for landing pages:

SectionPurposeKey Element
1. HeroCore value, primary CTAHeadline + image + CTA
2. Social ProofBuild trustLogos, numbers, badges
3. ProblemCreate empathyPain point they recognize
4. Solution/FeaturesShow how you solve it3 key features with visuals
5. How It WorksReduce complexity3 steps: sign up, configure, benefit
6. TestimonialsProve it works2-3 specific customer quotes
7. PricingEnable decisionClear tiers, highlight recommended
8. FAQHandle objections5-7 common questions
9. Final CTACapture remaindersRepeat primary CTA with urgency

Social Proof Types

TypeImpactPlacement
Company logosFastest to process, high trustBelow hero
User countScale signalHero or social proof bar
Star ratingProduct qualityNear CTA
TestimonialsDetailed credibilityDedicated section
Case study statsSpecific proofFeature sections
Trust badgesSecurity/complianceNear forms, pricing, footer
# Research for social proof stats
belt app run exa/answer --input '{
  "question": "What is the average conversion rate for SaaS landing pages with social proof vs without?"
}'

Form Design

RuleImpact
Every field reduces conversion ~11%Minimize fields
Name + Email = maximum for signupsDon't ask for phone, company, role
Single-column layoutDon't use multi-column forms
Inline validationShow 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

RuleWhy
CTA button full widthEasy to tap with thumbs
Sticky CTA on scrollAlways accessible
No horizontal scrollingBreaks mobile layout
Font minimum 16pxiOS zooms inputs below 16px
Tap targets minimum 48x48pxApple HIG, Google Material
Images responsiveDon't overflow viewport
Prioritize headline + CTASimplify above-the-fold

OG Image for Sharing

# Generate an OG image for the landing page
belt 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, 1200x630 aspect ratio equivalent",
  "width": 1200,
  "height": 630
}'

# Or use html-to-image for a template-based approach
belt app run infsh/html-to-image --input '{
  "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-family:sans-serif;color:white\"><div style=\"text-align:center\"><h1 style=\"font-size:48px;margin:0\">DataFlow</h1><p style=\"font-size:24px;opacity:0.9\">Ship docs in minutes, not days</p></div></div>"
}'

Page Speed

RuleTargetWhy
Hero image< 200 KBFirst thing to load
Total page weight< 2 MBMobile data, patience
Lazy load below-foldAlwaysOnly load what's visible
Minimize JavaScript< 200 KBBlocks rendering
LCP (Largest Contentful Paint)< 2.5sGoogle Core Web Vitals

Common Mistakes

MistakeProblemFix
No clear headlineVisitor doesn't know what you do6-12 words, outcome-focused
CTA says "Learn More"Too low commitmentAction verb + specific value
Hero is a product screenshotHard to parse, boringShow the outcome, use lifestyle imagery
Multiple competing CTAsDecision paralysisOne primary CTA, one secondary max
No social proofNo trust signalAdd logos, counts, or testimonials
Too many form fieldsConversion drops ~11% per fieldName + email maximum
Desktop-only design60%+ traffic is mobileDesign mobile-first
No urgency in final CTAVisitors leave and forget"Start your free 14-day trial"

Related Skills

npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: belt app store

来自 101-skills 的更多技能

ai-avatar-video
101-skills
通过inference.sh CLI创建AI虚拟形象和说话头像视频。推荐:P-Video-Avatar(最快、最便宜、内置TTS)。其他选项:OmniHuman、Fabric、PixVerse。音频:Inworld TTS-2(支持100+语言、角色情感控制)、ElevenLabs、Kokoro。功能:音频驱动虚拟形象、文本转虚拟形象、唇形同步视频、说话头像生成、虚拟主持人、UGC内容。用途:AI主持人、解说视频、虚拟网红、配音、营销视频、UGC广告、游戏虚拟形象等。
creativevideomedia
ai-video-generation
101-skills
通过 inference.sh CLI,使用 Google Veo、Seedance 2.0、HappyHorse、Wan、Grok 及 40 多个模型生成 AI 视频。模型包括:Veo 3.1、Veo 3、Seedance 2.0、HappyHorse 1.0、Wan 2.5、Grok Imagine Video、OmniHuman、Fabric、HunyuanVideo。功能涵盖:文生视频、图生视频、参考视频生成、视频编辑、唇形同步、虚拟人动画、视频增强、拟音音效。适用于:社交媒体视频、营销内容、解说视频、产品演示、AI 虚拟人。触发词:视频生成、AI 视频……
creativevideomedia
ai-image-generation
101-skills
通过 inference.sh CLI 使用 GPT-Image-2、FLUX、Gemini、Grok、Seedream、Reve 及 50 多个模型生成 AI 图像。模型包括:GPT-Image-2、FLUX Dev LoRA、FLUX.2 Klein LoRA、Gemini 3 Pro Image、Grok Imagine、Seedream 4.5、Reve、ImagineArt。功能:文生图、图生图、图像修复、LoRA、图像编辑、图像放大、文本渲染。用途:AI 艺术、产品模型、概念艺术、社交媒体图形、营销视觉、插图。触发词:flux、图像生成、AI 图像、文本转...
creativemediaimage
remotion-render
101-skills
通过inference.sh从React/Remotion组件代码渲染视频。传入TSX代码,获取MP4文件。支持所有Remotion API:useCurrentFrame、useVideoConfig、spring、interpolate、AbsoluteFill、Sequence。可配置分辨率、帧率、时长、编码器。用途:程序化视频生成、动画图形、动态设计、数据驱动视频、React动画转视频。触发词:remotion、从代码渲染视频、tsx转视频、react视频、程序化视频、remotion渲染、代码转视频、动画...
videocreativedevelopment
web-search
101-skills
通过inference.sh CLI使用Tavily和Exa进行网络搜索与内容提取。应用:Tavily搜索、Tavily提取、Exa搜索、Exa回答、Exa提取。功能:AI驱动搜索、内容提取、直接回答、研究。用途:研究、RAG管道、事实核查、内容聚合、智能体。触发词:网络搜索、tavily、exa、搜索API、内容提取、研究、互联网搜索、AI搜索、搜索助手、网页抓取、rag、perplexity替代方案
researchweb-scrapingapi
agent-tools
101-skills
通过inference.sh CLI运行AI应用——图像生成、视频创作、大语言模型、搜索、3D、Twitter自动化。模型包括:FLUX、Veo、Gemini、Grok、Claude、Seedance、OmniHuman、Tavily、Exa、OpenRouter等众多模型。适用于运行AI应用、生成图像/视频、调用大语言模型、网络搜索或自动化Twitter操作。触发词:inference.sh、infsh、ai model、run ai、serverless ai、ai api、flux、veo、claude api、image generation、video generation、openrouter、tavily、exa search、twitter api、grok
infsh-cli
101-skills
通过 inference.sh CLI 运行 AI 应用——图像生成、视频创作、大语言模型、搜索、3D、Twitter 自动化。模型包括:FLUX、Veo、Gemini、Grok、Claude、Seedance、OmniHuman、Tavily、Exa、OpenRouter 等。适用于运行 AI 应用、生成图像/视频、调用大语言模型、网络搜索或自动化 Twitter 时使用。触发词:inference.sh、infsh、ai model、run ai、serverless ai、ai api、flux、veo、claude api、image generation、video generation、openrouter、tavily、exa search、twitter api、grok
product-photography
101-skills
AI产品摄影,包含影棚灯光、生活场景拍摄及产品包装照规范。涵盖拍摄角度、背景选择、阴影类型、主视觉图及电商图片要求。适用于:产品照片、电商图片、亚马逊商品图、产品包装照、生活场景摄影。触发词:产品摄影、产品照片、产品包装照、电商摄影、产品特写、产品图片、影棚摄影、生活场景产品、亚马逊产品照片、商品列表图、主视觉图、产品效果图……
creativeecommerceimage