docs: limitation; readme; attribution

This commit is contained in:
Simon
2026-03-16 19:45:14 +08:00
parent e27d1fb57f
commit 6dbc33efd9
6 changed files with 32 additions and 17 deletions

View File

@@ -12,9 +12,20 @@ export default function Footer() {
>
<div className="max-w-7xl mx-auto px-6 py-6">
<div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<p className="text-gray-600 dark:text-gray-300 text-sm">
© 2026 page-agent. All rights reserved.
</p>
<div className="text-gray-600 dark:text-gray-300 text-sm text-center md:text-left">
<p>© 2026 page-agent. All rights reserved.</p>
<p>
Built with by{' '}
<a
href="https://x.com/simonluvramen"
target="_blank"
rel="noopener noreferrer"
className="hover:text-gray-900 dark:hover:text-white transition-colors duration-200"
>
Simon
</a>
</p>
</div>
<div className="flex items-center space-x-6">
<a