[BugFix]修复文字.
N/A Signed-off-by: 高浩然 <14639330+albert2024@user.noreply.gitee.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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赋能医疗与健康
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user