yk-web/src/components/HeroSection.vue
2026-04-30 11:04:48 +08:00

26 lines
1.2 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>