[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

@@ -1,6 +1,6 @@
# AI赋能医疗与健康 # AI赋能医疗与健康
这是一个基于React的AI医疗展示网站展示了数耀科技的AI赋能医疗与健康。 这是一个基于React的AI医疗展示网站展示了数科技的AI赋能医疗与健康。
## 项目结构 ## 项目结构

View File

@@ -4,8 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI如何协助并赋能医生 - 数耀科技</title> <title>AI如何协助并赋能医生 - 数科技</title>
<meta name="description" content="北京数耀科技有限公司 - 新一代大模型原生临床研究智能解决方案" /> <meta name="description" content="北京数科技有限公司 - 新一代大模型原生临床研究智能解决方案" />
<meta name="keywords" content="AI医疗,人工智能,血管介入,智能诊断,医疗科技" /> <meta name="keywords" content="AI医疗,人工智能,血管介入,智能诊断,医疗科技" />
</head> </head>
<body> <body>

View File

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

View File

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

View File

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

View File

@@ -111,7 +111,7 @@ const Hero = () => {
<div className="text-gray-800 space-y-3"> <div className="text-gray-800 space-y-3">
<div className="flex items-center justify-center space-x-3"> <div className="flex items-center justify-center space-x-3">
<div className="w-2 h-2 bg-blue-500 rounded-full"></div> <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>
<div className="flex items-center justify-center space-x-3"> <div className="flex items-center justify-center space-x-3">
<div className="w-2 h-2 bg-green-500 rounded-full"></div> <div className="w-2 h-2 bg-green-500 rounded-full"></div>