import { useAuth } from "@/_core/hooks/useAuth";
import { Button } from "@/components/ui/button";
import { useLocation, Redirect } from "wouter";
import {
Target, Video, Award, TrendingUp, Zap, Activity,
ChevronRight, Footprints, BarChart3
} from "lucide-react";
export default function Home() {
const { user, loading, isAuthenticated } = useAuth();
const [, setLocation] = useLocation();
if (loading) return null;
if (isAuthenticated) return
训练计划 · 姿势分析 · 实时录制 · 评分记录
{feature.desc}
{item.desc}
输入用户名后进入系统