"use client" import Image from "next/image" import { ArrowLeft, Play, ChevronDown, Clock, MapPin, Maximize2, Users, Eye, Share2, Heart, MoreHorizontal, } from "lucide-react" import { Button } from "@/components/ui/button" import { useState } from "react" export default function ZoneVenuePage() { const [activeTab, setActiveTab] = useState("highlights") return (
{/* Header with premium background */}
{/* Header Controls */}
{/* Venue Info Card with glassmorphism */}
R

RONIN黄金篮球馆

杭州拱墅区黑马路124号(肯德基对面)

1,234 关注
今日 856 观看
{/* Main Video Player with enhanced styling */}
Basketball game
直播中
2.1k
856
2分钟前更新
{/* Navigation Tabs with enhanced styling */}
{/* Court and Time Selection with premium styling */}
1号篮球场
今日 08:20 ~ 22:00
{/* Video Grid with enhanced styling */}
{/* Live Video */}
Live basketball game
正在播放
{/* Other Videos */} {[1, 2, 3, 4, 5].map((index) => (
{`Basketball
))}
{/* Bottom Notice with enhanced styling */}
!
视频云端保存仅7天,请及时下载
{/* Bottom Actions - Fixed with glassmorphism */}
{/* Bottom Spacing for Fixed Actions */}
) }