import Image from "next/image" import { MapPin, Play, Home, User, Clock, Zap } from "lucide-react" import { Button } from "@/components/ui/button" import Link from "next/link" export default function LimoMobile() { return (
{/* Header with subtle gradient */}
LIMO来刻
{/* Navigation Tabs with enhanced styling */}
发现
关注
{/* Sports Categories with glassmorphism effect */}
全部 项目
🏀
篮球
足球
🎾
网球
{/* Location with enhanced styling */}
杭州市文一西路未来科技城万利大厦0701 切换
{/* Venue Cards with premium styling */}
{/* Distance Timeline */}
{/* First Venue */}
120km
2分钟前更新
Basketball court
🔥 热门
R

RONIN黄金篮球馆

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

{/* Second Venue */}
140km
5分钟前更新
Basketball court with crowd
直播中
P

Panda惊怒熊猫运动俱乐部

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

{/* Bottom Spacing for Fixed Navigation */}
{/* Bottom Navigation with glassmorphism */}
首页
我的
{/* Bottom Watermark with fade effect */}
You Only Live Once.
) }