import Link from "next/link"; import { ArrowRight } from "@/components/icons"; export const dynamic = "force-dynamic"; export default function HomePage() { return (
Coming soon

连接技术与日常。

考町科技官网正在准备中。我们专注于蓝牙周边、音频与智能设备,稍后带来更多产品与技术信息。

联系我们 了解考町科技
{[ ["01", "Bluetooth", "稳定连接"], ["02", "Audio", "更好的声音体验"], ["03", "AI Lab", "持续探索"], ].map(([number, title, copy]) => (

{number}

{title}

{copy}

))}
); }