web-index/deepagens-static/blog.html

39 lines
1.4 KiB
HTML
Raw Normal View History

2025-10-24 01:55:24 +00:00
<!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="blog.html">博客</a>
<a href="contact.html" class="btn btn-outline">联系我们</a>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>AI营销洞察</h1>
<p class="sub">围绕“AI搜索优化”“GEO营销”“AI建站系统”“智能体客服”的思想领导力内容。</p>
</div>
</section>
<section class="section">
<div class="container grid-3">
<div class="card"><h3>支柱页AI搜索时代企业获客终极指南</h3><p>8000字长文占位。</p></div>
<div class="card"><h3>专题GEO营销方法论</h3><p>互链至支柱页。</p></div>
<div class="card"><h3>专题:智能体客服转化提升</h3><p>实操案例与数据。</p></div>
</div>
</section>
</body>
</html>