96 lines
4.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Link from "next/link"
import { ArrowLeft } from "lucide-react"
import { Button } from "@/components/ui/button"
export default function PrivacyPolicy() {
return (
<main className="min-h-screen bg-background pt-16">
<div className="container mx-auto px-4 py-16">
<div className="mb-8">
<Link href="/">
<Button variant="ghost" className="button-hover-effect mb-4">
<ArrowLeft className="mr-2 h-4 w-4" />
</Button>
</Link>
<h1 className="text-4xl font-bold mb-2"></h1>
<p className="text-muted-foreground">最后更新: 2023年12月1日</p>
</div>
<div className="prose prose-invert max-w-none">
<p>
Simba
Robotics"我们"使
</p>
<h2></h2>
<p></p>
<ul>
<li>
<strong></strong>
</li>
<li>
<strong>使</strong>
访使IP地址访
</li>
<li>
<strong></strong>
访
</li>
</ul>
<h2>使</h2>
<p></p>
<ul>
<li></li>
<li></li>
<li></li>
<li>使</li>
<li></li>
</ul>
<h2></h2>
<p></p>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<h2></h2>
<p>
访使100%
</p>
<h2>Cookie使用</h2>
<p>
使"cookies"cookies放在您的硬盘上以记录目的cookies使
</p>
<h2></h2>
<p>
访
</p>
<h2></h2>
<p>
1313
</p>
<h2></h2>
<p></p>
<h2></h2>
<p></p>
<p>
<strong></strong>contact@simba-robotics.com
<br />
<strong></strong>602 , ,
</p>
</div>
</div>
</main>
)
}