export default function ShopDetailPage({ params: _params }: { params: Promise<{ id: string }> }) { return (

店铺详情

店铺主页、服务列表、打手列表

) }