|
|
@@ -32,35 +32,35 @@ export function Footer() {
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
- <div>
|
|
|
- <h3 className="text-lg font-semibold mb-6">关于我们</h3>
|
|
|
- <ul className="space-y-3">
|
|
|
- <li>
|
|
|
- <Link
|
|
|
- to="/about"
|
|
|
- className="text-white/60 text-sm hover:text-glow-green transition-colors"
|
|
|
- >
|
|
|
- 企业简介
|
|
|
- </Link>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <Link
|
|
|
- to="/about"
|
|
|
- className="text-white/60 text-sm hover:text-glow-green transition-colors"
|
|
|
- >
|
|
|
- 发展历程
|
|
|
- </Link>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <Link
|
|
|
- to="/about"
|
|
|
- className="text-white/60 text-sm hover:text-glow-green transition-colors"
|
|
|
- >
|
|
|
- 联系方式
|
|
|
- </Link>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ {/*<div>*/}
|
|
|
+ {/* <h3 className="text-lg font-semibold mb-6">关于我们</h3>*/}
|
|
|
+ {/* <ul className="space-y-3">*/}
|
|
|
+ {/* <li>*/}
|
|
|
+ {/* <Link*/}
|
|
|
+ {/* to="/about"*/}
|
|
|
+ {/* className="text-white/60 text-sm hover:text-glow-green transition-colors"*/}
|
|
|
+ {/* >*/}
|
|
|
+ {/* 企业简介*/}
|
|
|
+ {/* </Link>*/}
|
|
|
+ {/* </li>*/}
|
|
|
+ {/* <li>*/}
|
|
|
+ {/* <Link*/}
|
|
|
+ {/* to="/about"*/}
|
|
|
+ {/* className="text-white/60 text-sm hover:text-glow-green transition-colors"*/}
|
|
|
+ {/* >*/}
|
|
|
+ {/* 发展历程*/}
|
|
|
+ {/* </Link>*/}
|
|
|
+ {/* </li>*/}
|
|
|
+ {/* <li>*/}
|
|
|
+ {/* <Link*/}
|
|
|
+ {/* to="/about"*/}
|
|
|
+ {/* className="text-white/60 text-sm hover:text-glow-green transition-colors"*/}
|
|
|
+ {/* >*/}
|
|
|
+ {/* 联系方式*/}
|
|
|
+ {/* </Link>*/}
|
|
|
+ {/* </li>*/}
|
|
|
+ {/* </ul>*/}
|
|
|
+ {/*</div>*/}
|
|
|
|
|
|
<div>
|
|
|
<h3 className="text-lg font-semibold mb-6">联系方式</h3>
|
|
|
@@ -88,15 +88,15 @@ export function Footer() {
|
|
|
>
|
|
|
京ICP备2026042465号-1
|
|
|
</a>
|
|
|
- |
|
|
|
- <a
|
|
|
- href="https://www.beian.gov.cn/"
|
|
|
- target="_blank"
|
|
|
- rel="noopener noreferrer"
|
|
|
- className="hover:text-white/60 transition-colors"
|
|
|
- >
|
|
|
- 公安网备XXX号
|
|
|
- </a>
|
|
|
+ {/*|*/}
|
|
|
+ {/*<a*/}
|
|
|
+ {/* href="https://www.beian.gov.cn/"*/}
|
|
|
+ {/* target="_blank"*/}
|
|
|
+ {/* rel="noopener noreferrer"*/}
|
|
|
+ {/* className="hover:text-white/60 transition-colors"*/}
|
|
|
+ {/*>*/}
|
|
|
+ {/* 公安网备XXX号*/}
|
|
|
+ {/*</a>*/}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|