import { Card, CardContent } from "@/components/ui/card"; import { motion } from "framer-motion"; import { Wrench } from "lucide-react"; export default function UnderConstruction() { return (

🚧 网站建设中

我们正在努力打造更好的体验,请稍后再来访问。

© {new Date().getFullYear()} Your Site. All rights reserved.
); }