This commit is contained in:
jeremygan2021
2025-10-21 16:03:06 +08:00
parent 06ad58a9b3
commit 41b0e1e3e8
5 changed files with 105 additions and 2 deletions

View File

@@ -160,6 +160,11 @@ const ContactSection = ({ isActive }) => {
transition={{ duration: 1, delay: 1.2 }}
>
<p>© 2024 Radiant AI. 创新科技引领未来</p>
<p>
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--text-secondary)', textDecoration: 'none', fontSize: '0.9rem' }}>
滇ICP备2025071546号-1
</a>
</p>
</motion.div>
</div>
);