feat: 添加 AoyagiReisho 书法字体并优化表单反馈
- 使用 next/font/local 加载 AoyagiReisho.ttf 字体 - 为标题红色高亮文字应用书法字体样式 - 优化联系表单提交反馈,添加成功/失败提示 - 修复 section 参数滚动定位的时序问题
This commit is contained in:
@@ -26,7 +26,7 @@ export function ProductsSection() {
|
||||
className="text-center max-w-3xl mx-auto mb-16"
|
||||
>
|
||||
<h2 id="products-heading" className="text-4xl md:text-5xl font-bold text-[#1C1C1C] mb-6">
|
||||
我们的<span className="text-[#C41E3A]">产品</span>
|
||||
我们的<span className="text-[#C41E3A] font-calligraphy">产品</span>
|
||||
</h2>
|
||||
<p className="text-lg text-[#5C5C5C]">
|
||||
自主研发的企业级产品,助力企业高效运营,实现数字化转型
|
||||
|
||||
Reference in New Issue
Block a user