Files
hg-landing/README.md
iammm0 d721965e8d Add Heguang Tongkun landing page with light theme and refined UI.
Ship the full Vite/React marketing site with white-background styling, softer gradients, rounded typography, and section layout updates from the design pass.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 17:42:44 +08:00

30 lines
479 B
Markdown

# 和光同坤 · 官网 (Landing Page)
> 和光同坤的公司官网,展示我们端到端的 3D 扫描 / 重建 / 编辑 / 打印 技术,以及面向面部、足部、指甲三大行业的应用矩阵。
## 技术栈
- React 18
- Vite 5
- TypeScript
- TailwindCSS
- Framer Motion
- lucide-react
## 本地开发
```bash
cd sfm/web/landing
npm install
npm run dev
```
打开 http://localhost:5173 即可预览。
## 构建产物
```bash
npm run build
npm run preview
```