feat: add links to privacy policy and terms of service
This commit is contained in:
@@ -83,10 +83,10 @@ export function Footer() {
|
|||||||
© {new Date().getFullYear()} {COMPANY_INFO.name}. All rights reserved.
|
© {new Date().getFullYear()} {COMPANY_INFO.name}. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex gap-6">
|
<div className="flex gap-6">
|
||||||
<Link href="#" className="text-[#5C5C5C] hover:text-[#C41E3A] text-sm transition-colors">
|
<Link href="/privacy" className="text-[#5C5C5C] hover:text-[#C41E3A] text-sm transition-colors">
|
||||||
隐私政策
|
隐私政策
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="#" className="text-[#5C5C5C] hover:text-[#C41E3A] text-sm transition-colors">
|
<Link href="/terms" className="text-[#5C5C5C] hover:text-[#C41E3A] text-sm transition-colors">
|
||||||
服务条款
|
服务条款
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user