95 lines
4.7 KiB
TypeScript
Raw Permalink 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 TermsOfService() {
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">最后更新: 2025年4月19日</p>
</div>
<div className="prose prose-invert max-w-none">
<p>
访 Simba Robotics
访使访使使
</p>
<h2>使</h2>
<p>
Simba Robotics
访使
</p>
<ul>
<li>使</li>
<li>使</li>
<li>使</li>
<li></li>
<li>使</li>
</ul>
<p>
访
</p>
<h2></h2>
<p>
Simba Robotics
</p>
<h2></h2>
<p>使</p>
<ul>
<li></li>
<li></li>
<li></li>
<li>访</li>
<li></li>
</ul>
<h2></h2>
<p>
"原样""可用"Simba Robotics
</p>
<h2></h2>
<p>
Simba Robotics
使使
</p>
<h2></h2>
<p>
Simba Robotics
</p>
<h2></h2>
<p>
使
</p>
<h2></h2>
<p> Simba Robotics </p>
<h2></h2>
<p></p>
<p>
<strong></strong>contact@simba-robotics.com
<br />
<strong></strong>602 , ,
</p>
</div>
</div>
</main>
)
}