[BugFix]修复文字.

N/A

Signed-off-by: 高浩然 <14639330+albert2024@user.noreply.gitee.com>
This commit is contained in:
高浩然
2025-09-10 20:45:38 +08:00
parent 75dbf3c723
commit d997f3d7b6
6 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ const CompanyIntro = () => {
>
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4">
<Building className="inline-block w-12 h-12 mr-4 text-blue-600" />
关于数耀科技
关于数科技
</h2>
</motion.div>
@@ -51,7 +51,7 @@ const CompanyIntro = () => {
公司简介
</h3>
<p className="text-gray-700 leading-relaxed text-lg">
<span className="font-semibold text-blue-600">北京数耀科技有限公司</span>
<span className="font-semibold text-blue-600">北京数科技有限公司</span>
是一家专注于AI医疗领域的创新科技企业致力于开发新一代大模型原生临床研究智能解决方案
公司汇聚了医疗AI大数据等领域的顶尖人才以技术创新驱动医疗行业数字化转型
</p>

View File

@@ -48,7 +48,7 @@ const Footer = () => {
</div>
</div>
<div>
<h3 className="text-xl font-bold">耀科技</h3>
<h3 className="text-xl font-bold">科技</h3>
<p className="text-gray-400 text-sm">AI医疗解决方案</p>
</div>
</div>
@@ -160,7 +160,7 @@ const Footer = () => {
<div className="container-custom">
<div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<p className="text-gray-400 text-sm">
© {currentYear} 北京数耀科技有限公司. 保留所有权利.
© {currentYear} 北京数科技有限公司. 保留所有权利.
</p>
<div className="flex space-x-6 text-sm text-gray-400">
<motion.a

View File

@@ -59,7 +59,7 @@ const Header = () => {
</div>
<div>
<h1 className={`text-xl font-bold ${isScrolled ? 'text-gray-900' : 'text-white'}`}>
耀科技
科技
</h1>
<p className={`text-sm ${isScrolled ? 'text-gray-600' : 'text-white/80'}`}>
AI赋能医疗与健康

View File

@@ -111,7 +111,7 @@ const Hero = () => {
<div className="text-gray-800 space-y-3">
<div className="flex items-center justify-center space-x-3">
<div className="w-2 h-2 bg-blue-500 rounded-full"></div>
<span className="text-lg font-medium">北京数耀科技有限公司</span>
<span className="text-lg font-medium">北京数科技有限公司</span>
</div>
<div className="flex items-center justify-center space-x-3">
<div className="w-2 h-2 bg-green-500 rounded-full"></div>