diff --git a/src/app/page.tsx b/src/app/page.tsx index fd62204..6f0de82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,6 @@ import { import useSWR from "swr"; import Footer from "../components/Footer"; -import { HeroCard } from "../components/HeroCard"; import UnifiedNavigation from "../components/UnifiedNavigation"; import { useLanguage } from "../i18n/LanguageProvider"; import { translations } from "../i18n/translations"; @@ -182,37 +181,11 @@ export function HeroSection() { -
- {isChinese ? "主要入口" : "Launch paths"} -
-- {isChinese - ? "从接入、托管到观测,保留原有入口,但改成更轻的阅读节奏。" - : "Keep the same entry points, but present them with a calmer editorial rhythm."} -
-+ {isChinese ? "产品演示" : "Product demo"} +
++ {isChinese + ? "这里预留为视频展示区,后续可以直接替换成产品介绍、工作流演示或 onboarding 视频。" + : "Reserved for a video showcase. You can later replace it with a product intro, workflow demo, or onboarding clip."} +
++ {isChinese + ? "用一段视频解释从灵感到上线的完整路径" + : "Show the full path from idea to launch in one video"} +
++ {isChinese + ? "建议后续放 60 到 120 秒的产品导览、集成配置流程,或真实部署 walkthrough。" + : "Best used for a 60-120 second product tour, integration setup flow, or real deployment walkthrough."} +
+