diff --git a/frontend/components/landing/InstitutionalLandingPage.tsx b/frontend/components/landing/InstitutionalLandingPage.tsx index 6f5baafd..d3dec2e0 100644 --- a/frontend/components/landing/InstitutionalLandingPage.tsx +++ b/frontend/components/landing/InstitutionalLandingPage.tsx @@ -58,53 +58,14 @@ const PRO_FEATURES_ZH = [ "订阅与准入问题优先支持", ]; -function WeatherWorkflowIllustration({ isEn }: { isEn: boolean }) { - const cards = isEn - ? [ - { label: "Airport obs", value: "24.2C", color: "bg-emerald-100 text-emerald-800" }, - { label: "DEB forecast", value: "25.0C", color: "bg-sky-100 text-sky-800" }, - { label: "Risk", value: "Watch", color: "bg-amber-100 text-amber-800" }, - ] - : [ - { label: "机场实测", value: "24.2C", color: "bg-emerald-100 text-emerald-800" }, - { label: "DEB 预报", value: "25.0C", color: "bg-sky-100 text-sky-800" }, - { label: "风险状态", value: "观察", color: "bg-amber-100 text-amber-800" }, - ]; - +function WeatherWorkflowIllustration() { return (
); } @@ -251,7 +212,7 @@ function InstitutionalLandingScreen() {