yk-web/src/components/HeroSection.vue

25 lines
1.2 KiB
Vue
Raw Normal View History

2026-04-30 11:04:48 +08:00
<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">
2026-04-30 13:34:02 +08:00
<h1><span class="hero-title-nowrap">医疗行业患者全周期管理服务</span><br />数智化升级服务商</h1>
2026-04-30 11:04:48 +08:00
<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>