feat: 添加福安德外贸相关内容并重构产品页面

重构产品中心页面布局,添加产品展示网格和面包屑导航
更新关于页面支持多部分内容展示,包括公司简介、发展历史等
添加新的i18n翻译内容,更新品牌名称为福安德外贸
移除主题切换功能,更新欢迎邮件模板
添加多个关于页面的MDX内容,包括公司简介、发展历史等
This commit is contained in:
砂糖
2025-11-21 16:18:05 +08:00
parent bdc7ff6988
commit 17a30157db
13 changed files with 1340 additions and 20 deletions

View File

@@ -70,9 +70,9 @@ export async function subscribeToNewsletter(email: string) {
await resend.emails.send({
from: 'NextForge <' + process.env.ADMIN_EMAIL! + '>',
to: normalizedEmail,
subject: 'Welcome to Next Forge',
subject: 'Welcome to 福安德外贸',
html: `
<h2>Welcome to Next Forge</h2>
<h2>Welcome to 福安德外贸</h2>
<p>Thank you for subscribing to the newsletter. You will receive the latest updates and news.</p>
<p style="margin-top: 20px; font-size: 12px; color: #666;">
If you wish to unsubscribe, please <a href="${unsubscribeLink}">click here</a>