Files
tingquanwebsite/index.html
2025-03-20 15:54:08 +08:00

203 lines
8.6 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.0">
<title>听泉科技 - 智能软件解决方案</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="overlay"></div>
<!-- 导航栏 -->
<header>
<div class="container">
<div class="logo">
<h1>听泉科技</h1>
</div>
<nav>
<ul>
<li><a href="index.html" class="active">首页</a></li>
<li><a href="products.html">产品</a></li>
<li><a href="pricing.html">价格</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</nav>
<button class="menu-button">
<span class="menu-icon"></span>
</button>
</div>
</header>
<!-- 英雄区 -->
<section class="hero">
<div class="container">
<div class="hero-content">
<h1>智能软件解决方案</h1>
<p>提升您的生产力和开发效率</p>
<div class="hero-buttons">
<a href="products.html" class="btn btn-primary">
<i class="fas fa-rocket"></i>
了解更多
</a>
<a href="https://www.houfaka.com/links/3BD4C127" target="_blank" class="btn btn-secondary">
<i class="fas fa-shopping-cart"></i>
前往购买
</a>
</div>
</div>
</div>
</section>
<!-- 产品展示区 -->
<section class="products">
<div class="container">
<h2 class="section-title">我们的产品</h2>
<div class="product-grid">
<!-- 听泉Cursor助手 -->
<div class="product-card">
<div class="product-icon">
<i class="fas fa-bolt"></i>
</div>
<h3>听泉Cursor助手</h3>
<p>专业的Cursor账号解决方案每次刷新即获150次Fast对话额度正版授权品质保证</p>
<ul class="product-features">
<li><i class="fas fa-check-circle"></i> 每次刷新获得150次Fast额度理论无限使用</li>
<li><i class="fas fa-check-circle"></i> 正版授权,稳定可靠</li>
<li><i class="fas fa-check-circle"></i> 多平台完美兼容支持</li>
</ul>
<div class="product-cta">
<a href="products.html#tingquan-assistant" class="btn btn-outline">了解详情</a>
<a href="https://www.houfaka.com/links/3BD4C127" target="_blank" class="btn btn-primary">立即购买</a>
</div>
</div>
<!-- Cursor账号池API -->
<div class="product-card">
<div class="product-icon">
<i class="fas fa-code"></i>
</div>
<h3>Cursor账号池API</h3>
<p>高质量Cursor账号池接口为开发团队提供便捷的账号切换服务</p>
<ul class="product-features">
<li><i class="fas fa-check-circle"></i> 开源账号切换工具</li>
<li><i class="fas fa-check-circle"></i> 免费每日使用额度</li>
<li><i class="fas fa-check-circle"></i> 专业API接口</li>
</ul>
<div class="product-cta">
<a href="products.html#cursor-api" class="btn btn-outline">了解详情</a>
<a href="https://www.houfaka.com/links/3BD4C127/" target="_blank" class="btn btn-primary">购买接口</a>
</div>
</div>
</div>
</div>
</section>
<!-- 优势区域 -->
<section class="features">
<div class="container">
<h2 class="section-title">为什么选择我们</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>安全可靠</h3>
<p>产品经过严格测试,确保稳定运行</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-headset"></i>
</div>
<h3>专业支持</h3>
<p>技术团队提供及时的售后服务</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-sync-alt"></i>
</div>
<h3>持续更新</h3>
<p>定期更新功能,不断提升用户体验</p>
</div>
</div>
</div>
</section>
<!-- 号召性用语 -->
<section class="cta">
<div class="container">
<h2>立即开始提升您的效率</h2>
<p>选择听泉科技,让您的工作更智能、更高效</p>
<a href="https://www.houfaka.com/links/3BD4C127" target="_blank" class="btn btn-large">
<i class="fas fa-shopping-cart"></i>
前往淘宝店铺
</a>
</div>
</section>
<!-- 页脚 -->
<footer>
<div class="container">
<div class="footer-grid">
<div class="footer-col">
<h3>听泉科技</h3>
<p>专注于智能软件解决方案</p>
</div>
<div class="footer-col">
<h3>快速链接</h3>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="products.html">产品</a></li>
<li><a href="pricing.html">价格</a></li>
<li><a href="contact.html">联系我们</a></li>
<li><a href="api-docs.html">API文档</a></li>
</ul>
</div>
<div class="footer-col">
<h3>联系我们</h3>
<p><i class="fas fa-envelope"></i> maticarmy@gmail.com</p>
<div class="social-links">
<a href="https://github.com/maticarmy/free_cursor_pro.git" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
<a href="javascript:void(0)" onclick="showWechatModal()" title="微信"><i class="fab fa-weixin"></i></a>
</div>
</div>
</div>
<div class="copyright">
<p>&copy; 2024 听泉科技. 保留所有权利.</p>
</div>
</div>
</footer>
<!-- 微信弹窗 -->
<div id="wechatModal" class="modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000;">
<div style="position: relative; background: white; max-width: 400px; margin: 100px auto; padding: 2rem; border-radius: 1rem; text-align: center;">
<span onclick="closeWechatModal()" style="position: absolute; right: 1rem; top: 1rem; cursor: pointer; font-size: 1.5rem;">&times;</span>
<img src="img/wechat_qr.png" alt="微信二维码" style="width: 200px; border-radius: 0.5rem;">
<p style="margin-top: 1rem; font-weight: bold;">
<i class="fab fa-weixin"></i> 微信号behikcigar
</p>
</div>
</div>
<script src="js/main.js"></script>
<script>
// 微信弹窗功能
function showWechatModal() {
document.getElementById('wechatModal').style.display = 'block';
document.body.style.overflow = 'hidden';
}
function closeWechatModal() {
document.getElementById('wechatModal').style.display = 'none';
document.body.style.overflow = 'auto';
}
// 点击空白处关闭弹窗
document.getElementById('wechatModal').addEventListener('click', function(e) {
if (e.target === this) {
closeWechatModal();
}
});
</script>
</body>
</html>