web-index/deepagens-static/pricing.html
2025-10-24 09:55:24 +08:00

56 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>定价中心深度未来Deepagens</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="nav">
<div class="container nav-inner">
<div class="logo">Deepagens</div>
<nav>
<a href="index.html">首页</a>
<a href="solutions.html">解决方案</a>
<a href="cases.html">成功案例</a>
<a href="pricing.html">定价</a>
<a href="resources.html">资源库</a>
<a href="about.html">关于我们</a>
<a href="contact.html" class="btn btn-outline">联系我们</a>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>定价与方案</h1>
<p class="sub">为中小企业到大型集团提供可扩展的AI搜索营销解决方案。</p>
</div>
</section>
<section class="pricing">
<div class="container grid-2">
<div class="price-card">
<h3>标准版</h3>
<ul>
<li>AI建站</li>
<li>基础GEO监控</li>
<li>智能体客服FAQ限定</li>
<li>邮件支持</li>
</ul>
<a class="btn btn-secondary" href="contact.html">开始试用</a>
</div>
<div class="price-card featured">
<h3>企业版</h3>
<ul>
<li>专利Schema注入</li>
<li>跨平台提及率看板</li>
<li>高级智能体销售</li>
<li>企业SLA与私有化部署支持</li>
</ul>
<a class="btn btn-primary" href="contact.html">联系销售</a>
</div>
</div>
</section>
</body>
</html>