修改主体名称
This commit is contained in:
parent
5dce6fa08f
commit
c281d1e008
|
@ -6,7 +6,7 @@ export default function About() {
|
|||
<h1 className="text-2xl font-bold mb-4">关于我们</h1>
|
||||
<div className="bg-white p-4 rounded-lg shadow">
|
||||
<h2 className="text-lg font-semibold">公司名称</h2>
|
||||
<p className="mt-2">北京万辉启明科技有限公司</p>
|
||||
<p className="mt-2">北京艺博万合科技有限公司</p>
|
||||
<h2 className="text-lg font-semibold mt-4">公司信息</h2>
|
||||
<p className="mt-2">
|
||||
我们是一家专注于提供优质宠物用品的公司,致力于为您的宠物提供最好的产品和服务。
|
||||
|
@ -32,6 +32,15 @@ export default function About() {
|
|||
|
||||
<h2 className="text-lg font-semibold mt-4">网站版本</h2>
|
||||
<p className="mt-2">当前网站版本:1.0.0</p>
|
||||
|
||||
<h2 className="text-lg font-semibold mt-4">网站ICP备案号</h2>
|
||||
<Link
|
||||
target="_blank"
|
||||
href="http://beian.miit.gov.cn"
|
||||
className="text-blue-500 underline"
|
||||
>
|
||||
京ICP备2025110995号-1
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue