refactor(products): 更新产品列表和描述信息

移除物联网和AI产品,新增内容管理系统
更新产品页面描述和联系按钮滚动功能
This commit is contained in:
张翔
2026-02-26 15:52:04 +08:00
parent fecbfd1990
commit 7f450dff87
4 changed files with 28 additions and 31 deletions
+9 -1
View File
@@ -110,7 +110,15 @@ export function ProductsSection() {
<p className="text-[#718096] mb-8 max-w-2xl mx-auto">
</p>
<Button size="lg">
<Button
size="lg"
onClick={() => {
const element = document.getElementById('contact');
if (element) {
element.scrollIntoView({ behavior: 'smooth' });
}
}}
>
<ArrowRight className="ml-2 w-4 h-4" />
</Button>