26 lines
1.2 KiB
Vue
26 lines
1.2 KiB
Vue
<template>
|
||
<section id="home" class="hero-section section-anchor">
|
||
<div class="hero-bg-orb hero-bg-orb--left"></div>
|
||
<div class="hero-bg-orb hero-bg-orb--right"></div>
|
||
<div class="container hero-grid">
|
||
<div class="hero-copy">
|
||
<p class="eyebrow">医疗服务数智化升级服务商</p>
|
||
<h1>医疗行业患者全周期<br />管理服务数智化升级服务</h1>
|
||
<div class="hero-badge">专注于医疗服务提质提效增收</div>
|
||
<article id="company" class="intro-card glass-card">
|
||
<p>
|
||
杭州柚康科技有限公司,致力成为医疗机构的长期数据服务商及智能化升级服务商。
|
||
公司聚焦应用医疗大数据技术、医疗大模型及智能体技术、互联网技术,打造院前 + 院中 + 院后全周期、精细化的患者管理服务模式,
|
||
不断提高患者服务体验、提高服务效率、提升服务专业性,增强医患信任,增加医院收入。
|
||
</p>
|
||
</article>
|
||
</div>
|
||
|
||
<div class="hero-visual" aria-label="医疗服务场景图片占位">
|
||
<img src="/assets/medical.png" alt="医生与患者沟通场景占位图" />
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</template>
|