feat(contact): add multilingual contact pages and dynamic configurations
- Created `src/pages/contact.astro` and `src/pages/zh/contact.astro` to support multilingual contact functionality. - Introduced `contactIntents` and `contactMethods` dynamic configurations in `src/lib/data/contact.ts` for streamlined content management. - Designed responsive and localized layouts with enhanced UX for both languages.
This commit is contained in:
@@ -1,42 +1,14 @@
|
||||
---
|
||||
title: "我能做什么"
|
||||
description: "专注于构建 AI 产品和技术卓越的专业服务"
|
||||
title: "页面已迁移"
|
||||
description: "该页面已迁移到新的结构。"
|
||||
layout: "../../layouts/AboutLayout.astro"
|
||||
---
|
||||
|
||||
import HighlightBox from '../../components/markdown/HighlightBox.astro';
|
||||
# 页面已迁移
|
||||
|
||||
# 我能做什么 🚀
|
||||
原 **服务** 页面已拆分为更清晰的页面:
|
||||
|
||||
<HighlightBox type="tip">
|
||||
构建 AI 驱动产品,将雄心勃勃的想法变为现实。
|
||||
</HighlightBox>
|
||||
- [工具](/zh/uses)
|
||||
- [联系](/zh/contact)
|
||||
|
||||
## AI 产品开发 🤖
|
||||
|
||||
- 从概念到上线构建 AI 驱动产品
|
||||
- RAG 应用、AI Agent 和智能自动化
|
||||
- 使用现代技术栈的全栈开发(React、Next.js、Node.js)
|
||||
- 产品思维 - 专注于解决实际问题
|
||||
- 快速原型和迭代开发
|
||||
|
||||
## 技术咨询 📊
|
||||
|
||||
<HighlightBox type="info" title="我可以如何帮助">
|
||||
|
||||
- 技术架构和技术栈决策
|
||||
- 代码审查和最佳实践实施
|
||||
- 团队指导和知识转移
|
||||
- 性能优化和扩展策略
|
||||
- 投资技术尽职调查
|
||||
|
||||
</HighlightBox>
|
||||
|
||||
# 一起构建 💼
|
||||
|
||||
<HighlightBox type="success" title="联系我">
|
||||
我始终对讨论新项目和机会持开放态度。无论你是正在寻找技术合伙人、需要帮助构建 AI 产品,还是想要技术咨询 - 让我们聊聊。
|
||||
|
||||
- 邮箱:**zhaoguiyang18@gmail.com**
|
||||
- 查看我的[合作](/zh/hire)页面了解合作方式
|
||||
</HighlightBox>
|
||||
如需沟通远程岗位,请优先前往 [联系](/zh/contact)。
|
||||
|
||||
Reference in New Issue
Block a user