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 */}
{/* Navigation Tabs with enhanced styling */}
{/* Sports Categories with glassmorphism effect */}
{/* Location with enhanced styling */}
{/* Venue Cards with premium styling */}
{/* Distance Timeline */}
{/* First Venue */}
R
RONIN黄金篮球馆
杭州拱墅区黑马路124号(肯德基对面)
{/* Second Venue */}
P
Panda惊怒熊猫运动俱乐部
杭州拱墅区黑马路124号(肯德基对面)
{/* Bottom Spacing for Fixed Navigation */}
{/* Bottom Navigation with glassmorphism */}
{/* Bottom Watermark with fade effect */}
)
}