import {
ArrowRight,
ArrowSquareOut,
ShieldCheck,
} from "@phosphor-icons/react";
const portals = [
{
number: "01",
title: "平台总后台",
description: "全局治理 · 安全运营 · 数据协同",
href: "http://p.heqiapp.com",
tone: "platform",
},
{
number: "02",
title: "气站管理后台",
description: "站点经营 · 履约管理 · 安全服务",
href: "http://z.heqiapp.com",
tone: "station",
},
{
number: "03",
title: "配送点管理后台",
description: "智能调度 · 高效配送 · 全程可追溯",
href: "http://d.heqiapp.com",
tone: "delivery",
},
];
function PortalLink({ portal }) {
return (
{portal.number}
{portal.title}
{portal.description}
进入系统
);
}
export function App() {
return (
和气
安全可靠 · 稳定高效 · 智能互联
HEQI SMART GAS PLATFORM
安全连接每一程
智能瓶阀、气站运营与配送履约
的一体化管理入口
系统将在新标签页中打开
);
}