feat(页脚): 添加多语言支持和动画效果

重构页脚组件,增加中英文翻译支持
创建 FooterLogo 和 AnimatedButton 通用组件
实现滚动动画和按钮悬停效果
This commit is contained in:
2026-04-27 21:07:22 +08:00
parent e6e0426d25
commit 0a738e2074
6 changed files with 435 additions and 40 deletions
+11
View File
@@ -25,5 +25,16 @@
},
"description": "No cookie cutter sites. No empty claims. Only practical tools and smart strategies that drive growth and build brands.",
"letsTalk": "Let's talk"
},
"footer": {
"title": "Crafting visuals. Shaping stories.\nLet's create great work together!",
"collaborate": "Let's Collaborate",
"newsletterTitle": "Be the first to know what's new.",
"emailPlaceholder": "E-mail",
"subscribe": "Subscribe",
"newsletterNote": "No noise. Just curated updates.",
"copyright": "© 2026 ArcticNewOne Studio",
"address": "Binhe West Road, Qixingguan District, Bijie City, Guizhou Province",
"wechat": "WeChat"
}
}
+11
View File
@@ -25,5 +25,16 @@
},
"description": "拒绝千篇一律的网站。拒绝空洞的承诺。只提供实用的工具和明智的策略,以推动增长并建立品牌。",
"letsTalk": "联系我们"
},
"footer": {
"title": "雕琢视觉,塑造故事。\n让我们共创卓越作品!",
"collaborate": "联系合作",
"newsletterTitle": "抢先获取最新资讯",
"emailPlaceholder": "输入您的邮箱",
"subscribe": "订阅",
"newsletterNote": "无广告干扰。仅提供精选更新。",
"copyright": "© 2026 北极新一工作室",
"address": "贵州省毕节市七星关区滨河西路",
"wechat": "微信"
}
}