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>
This commit is contained in:
iammm0
2026-05-25 17:42:44 +08:00
commit d721965e8d
27 changed files with 3961 additions and 0 deletions

24
index.html Normal file
View File

@@ -0,0 +1,24 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#FFFFFF" />
<meta
name="description"
content="和光同坤提供端到端的 3D 扫描与重建技术:从手机扫描、AI 点云/Mesh 自动补全,到网页可视化编辑与 3D 打印。"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>和光同坤 · 把现实世界 3D 化,让它可编辑、可打印</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>