import { ArrowLeft, Settings, Heart, Clock, MapPin, Home, User, Crown, Star, ChevronRight, Bell, Shield, } from "lucide-react" import { Button } from "@/components/ui/button" import Link from "next/link" export default function ProfilePage() { return (
{/* Header with glassmorphism */}

我的

{/* User Profile Section with premium styling */}

用户昵称

ID: 123456789

积分: 2,580
等级: LV.8
{/* Stats Cards */}
12
观看场次
5
收藏场馆
28
观看时长(h)
{/* Menu Items with premium styling */}
VIP会员
开通享特权
我的收藏
5
观看历史
常用地址
消息通知
隐私设置
{/* Recent Activity with enhanced styling */}

最近活动

观看了 RONIN黄金篮球馆

2小时前 · 观看时长 45分钟

+10积分

收藏了 Panda惊怒熊猫运动俱乐部

1天前

+5积分
{/* Bottom Spacing for Fixed Navigation */}
{/* Bottom Navigation with glassmorphism */}
首页
我的
) }