Loading...
Loading...
Compare original and translation side by side
| Field | Required | Example |
|---|---|---|
| Business/product name | Yes | "Acme Plumbing" |
| Value proposition | Yes | "24/7 emergency plumbing across Newcastle" |
| Target audience | Yes | "Homeowners in the Hunter Valley" |
| Primary CTA | Yes | "Call Now" / "Get a Quote" / "Sign Up" |
| Secondary CTA | No | "Learn More" / "View Pricing" |
| Brand colours | No | Primary: #1E40AF, accent: #F59E0B |
| Logo URL or text | No | URL to logo image, or just use business name |
| Phone / email | No | For contact section |
| Sections wanted | No | Default: hero, features, testimonials, FAQ, footer |
color-palette| 字段 | 是否必填 | 示例 |
|---|---|---|
| 企业/产品名称 | 是 | "Acme Plumbing" |
| 价值主张 | 是 | "纽卡斯尔地区24小时紧急管道服务" |
| 目标受众 | 是 | "亨特谷地区的房主" |
| 主CTA | 是 | "立即致电" / "获取报价" / "注册" |
| 次CTA | 否 | "了解更多" / "查看定价" |
| 品牌配色 | 否 | 主色: #1E40AF, 强调色: #F59E0B |
| Logo链接或文本 | 否 | Logo图片链接,或直接使用企业名称 |
| 电话/邮箱 | 否 | 用于联系板块 |
| 需要的页面板块 | 否 | 默认:英雄区、功能区、客户评价区、FAQ区、页脚 |
color-palette<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<!-- Meta, OG tags, favicon -->
<script src="https://cdn.tailwindcss.com"></script>
<script>tailwind config with custom colours</script>
</head>
<body>
<!-- Nav -->
<!-- Hero -->
<!-- Features -->
<!-- Social Proof -->
<!-- Pricing (optional) -->
<!-- FAQ -->
<!-- Footer -->
<!-- Dark mode toggle script -->
</body>
</html><!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<!-- 元标签、OG标签、网站图标 -->
<script src="https://cdn.tailwindcss.com"></script>
<script>tailwind config with custom colours</script>
</head>
<body>
<!-- 导航栏 -->
<!-- 英雄区 -->
<!-- 功能区 -->
<!-- 社交证明区 -->
<!-- 定价区(可选) -->
<!-- FAQ区 -->
<!-- 页脚 -->
<!-- 深色模式切换脚本 -->
</body>
</html>Default: mobile (< 640px)
sm: 640px+ (tablet)
lg: 1024px+ (desktop).dark<html>seo-local-businessloading="lazy"默认:移动端(< 640px)
sm: 640px+(平板)
lg: 1024px+(桌面端)<html>.darkseo-local-businessloading="lazy"<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: { DEFAULT: '#1E40AF', light: '#3B82F6', dark: '#1E3A8A' },
accent: { DEFAULT: '#F59E0B', light: '#FBBF24', dark: '#D97706' },
}
}
}
}
</script><script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: { DEFAULT: '#1E40AF', light: '#3B82F6', dark: '#1E3A8A' },
accent: { DEFAULT: '#F59E0B', light: '#FBBF24', dark: '#D97706' },
}
}
}
}
</script>./index.htmlopen index.htmlpython3 -m http.serverwrangler deploy./index.htmlopen index.htmlpython3 -m http.serverwrangler deploy| Request | Approach |
|---|---|
| "Coming soon page" | Hero only + email signup form + countdown timer |
| "Product launch" | Hero + features + pricing + CTA-heavy |
| "Portfolio" | Hero + project grid + about + contact |
| "Event page" | Hero + schedule + speakers + venue + register CTA |
| "App download" | Hero + features + screenshots + app store badges |
| 请求类型 | 处理方式 |
|---|---|
| "即将上线页" | 仅保留英雄区 + 邮件注册表单 + 倒计时器 |
| "产品发布页" | 英雄区 + 功能区 + 定价区 + 多处CTA |
| "作品集页" | 英雄区 + 项目网格 + 关于我 + 联系区 |
| "活动页" | 英雄区 + 日程安排 + 演讲嘉宾 + 场地信息 + 注册CTA |
| "应用下载页" | 英雄区 + 功能区 + 截图展示 + 应用商店徽章 |